@font-face {
  font-family: stars;
  src: url("https://db.onlinewebfonts.com/t/661bf1532b87a1df22906f51cfe17e93.woff2") format("woff2");
}

#now {
  font-family: stars, "Arial", sans-serif;
  color: white;
  padding: 2em;
  width: 1000px;
}

.bignum {
  word-spacing : -.25em;
}

@media only screen and (max-width: 1000px) {
  #now {
    width: 700px;
  }
}

@media only screen and (max-width: 600px) {
  #now {
    width: 350px;
  }
}

p {
  margin-bottom: -1em;
}

body {
  background: linear-gradient(120deg, #020004, #030106, #040208, #050410, #060812, #071614);
  background-size: 250% 250%;
  height: 100vh;
  justify-content: space-evenly;
  align-items: center;
}
