html {
  background-image: url(background-0.png);
  background-attachment: fixed;
  background-position: 50%;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: "Moonflower";
  src: url(MoonFlowerBold.ttf);
}

@font-face {
  font-family: "Lampshade";
  src: url(Lampshade.otf);
}

body {
  background-color: rgba(255, 255, 255, 0);
  color: black;
}

h1 {
  font-family: "Moonflower";
  font-weight: 100;
  font-size: 75px;
  color: white;
  margin: auto;
}

h2 {
  font-family: "Moonflower";
  color: white;
  font-size: 30px;
}

h3 {
  font-family: "Montserrat-Extra-Bold";
  color: white;
}

p {
  font-family: "Lampshade";
  color: white;
  font-size: 25px;
  margin: auto;
}

#container {
  height: auto;
  width: 800px;
  margin: auto;
}
