.full-background {
  background-image: url("picture1D.75ea1788.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 600px;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.5em;
}

@media (width >= 768px) {
  .full-background {
    background-image: url("picture1C.ef64a4e0.jpeg");
    margin: 100px;
  }

  h1 {
    font-size: 2em;
  }
}

.header-bar {
  background-color: #121212;
  border-radius: 5px;
  width: 100%;
  padding: 0;
}

.bottom-aligned {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
/*# sourceMappingURL=repo.ed932f08.css.map */
