html {
    margin: 0;
}
body {
    background-color: #000000;
    color: #eeeeee;
    font-family: "Audiowide", sans-serif;
    margin: 20%;
    text-align: center;
}
h1 {
    color: #ffbf00;
    font-size: 48px;
    font-weight: 900;
}

/* MOBILE */
@media (max-width: 600px) {
  h1 {
      font-size: 40px;
      font-weight: 900;
  }
}