html {
  height: 100%;
  background: #191919;
  font-family: 'Quicksand', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-decoration: none;
}
body {
  height: 80%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #C5D5DE;
  text-align: center;
}
a, a:focus, a:active {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: white;
}
h1 {
  padding: 0 0 0 0;
  margin: 0;
  font-size: 6vh;
  letter-spacing: 8px;
  font-weight: lighter;
}
h2 {
  padding: 4vh 0 0 0;
  margin: 0;
  font-size: 3vh;
  font-weight: lighter;
}
p {
  padding: 6vh 0 0 0;
  margin: 0;
  color: slategray;
  font-size: 1.7vh;
}