/* Formatting */
html,
body {
  background-color: #181a1b;
  color: #dadada;
  font-family: "Helvetica";
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 400px;
}

p {
  font-size: 1.2em;
  width: 400px;
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  font-family: "Courrier New", monospace;
  color: #dadada;
  text-align: center;
  text-decoration: none;
}

h1 {
  color: #43acff;
}

/* The Mobile Zone(tm) */
@media screen and (max-width: 425px) {
  html,
  body {
    font-size: 1.3em;
  }
  footer {
    font-size: 0.8em;
  }
}
/* Fonts */
@font-face {
  font-display: swap;
  font-family: "Lacquer";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/lacquer-v16-latin-regular.woff2) format("woff2");
}
/* Animations */

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