html {
  background: black;
  color: #FFF;
  font-family: inconsolata, sans-serif;
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  padding: 0 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .4em;
  line-height: 1em;
}

a {
  color: inherit;
  font-weight: bold;
  letter-spacing: .1em;
  text-decoration: none;
}

a:hover {
  color: #aaa;
}

