@font-face {
  font-family: "Blackout Midnight";
  src: url(../assets/fonts/blackout_midnight.ttf) format("truetype");
}

@font-face {
  font-family: "Sorts Mill Goudy";
  src: url(../assets/fonts/sorts_mill_goudy.ttf) format("truetype");
}

body {
  background-color: #000;
  color: #000;
  font-family: "Sorts Mill Goudy", Georgia, Garamond;
}

h1 {
  color: #ddd;
  width: max-content;
  font-size: 7em;
  margin: 100px auto 66px auto;
  font-family: "Blackout Midnight", Verdana, Tahoma;
}

h2 {
  color: #1c1c1c;
  margin: 0 auto 7px auto;
  font-size: 1.7em;
  text-transform: uppercase;
  width: max-content;
}

p {
  color: #181818;
  margin: 0 auto 50px auto;
  width: 66%;
  font-size: 1.7em;
  max-width: 900px;
}

p.special {
  max-width: 575px;
  text-align: center;
}
