@font-face {
  font-family: mono;
  src: url("font/Akkurat-Mono.ttf") format("truetype");
}

@font-face {
  font-family: sans;
  src: url("font/HelveticaNeue-MediumCond.otf") format("opentype");
}

h1 {
  color: white;
  font-family: sans, sans-serif;
  text-align: center;
  font-weight: normal;
}

h2 {
  font-weight: normal;
  font-style: italic;
}

#now {
  font-family: mono, monospace;
  color: white;
  padding: 2em;
  width: 40%;
  margin: auto;
  text-align:center;
}

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

@media only screen and (max-width: 600px) {
  #now {
    width: auto;
  }
  #now > h2 {
    word-break: break-all;
  }
}

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;
}

.space {
  font-size: 8px;
}

footer>a {
  text-decoration: none;
  color: white;
}

footer>a:hover {
  text-decoration:none;
  color: white;
}

footer>a:visited {
  text-decoration:none;
  color: white;
}
.important-information {
  top: 100px;
  position: relative;
  text-align: center;
}
