html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 5vw;
}

@media (min-width: 640px) {
  html {
    font-size: 32px;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #00070f;
  color: #89a;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

h1 {
  letter-spacing: -0.05em;
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 0 0 0.25em rgba(204, 220, 236, 0.3);
  padding: 0.5rem 1rem;
  margin: 0;
  line-height: 1em;
  border-bottom: 2px #89a solid;
}

p {
  padding: 0;
  padding-bottom: 3rem;
  margin: 0.75rem;
}

.alt {
  font-family: 'Roboto Condensed', sans-serif;
  color: #cde;
  font-weight: 700;
}