@font-face {
  font-family: "Horizon";
  src: url("../fonts/horizon/horizon.otf");
}
@font-face {
  font-family: "Horizon Outline";
  src: url("../fonts/horizon/horizon_outlined.otf");
}
body {
  background-color: black;
  color: white;
}

h1, h2, h3 {
  font-family: "Horizon", "Courier New", Courier, monospace;
  text-align: center;
  color: #FFD400;
  max-width: 840px;
  margin: auto;
}
h1 strong, h2 strong, h3 strong {
  font-family: "Horizon Outline", "Horizon", "Courier New", Courier, monospace;
}

@media (min-width: 840px) {
  h1 {
    font-size: 5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 840px) {
  h2, h3 {
    font-size: 4rem;
  }
}

h5, h4 {
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}

h5 {
  font-size: inherit;
}

p, ul, ol, li {
  font-family: "Courier New", Courier, monospace;
  max-width: 840px;
  margin: auto;
}

p {
  padding-left: 10px;
  padding-right: 10px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

a {
  color: #FFD400;
}

a::after {
  color: #FFD400;
}

img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}

.home {
  margin-top: 0vh;
}

/*# sourceMappingURL=styles.css.map */