body {
  font-family: 'Roboto Slab';
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

main .splash-logo {
  background-image: url('../media/logo/wordmark-2021.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  aspect-ratio: 588.9 / 230.5;
}

main .splash-text {
  color: #444;
  margin: 3rem 0;
}

footer {
  display: flex;
  background: #eee;
  color: #999;
  padding: 4rem 2rem;
}

footer a {
  color: #777 !important;
}

footer .company-stats {
  list-style: none;
  justify-self: 'center';
  font-size: 0.8rem;
  line-height: 1.5rem;
}