body {
  margin: 0;
  padding: 0;
  font-family: 'Gill Sans', 'Century Gothic', 'Trebuchet MS', sans-serif;
  background: #ffffff;
  color: #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

main {
  text-align: center;
}

.logo {
  display: block;
  width: 384px;
  max-width: 80vw;
  height: auto;
}

.tagline {
  margin-top: 1rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #999999;
  letter-spacing: 0.04em;
}

footer {
  position: fixed;
  bottom: 1.5rem;
  font-size: 0.75rem;
  color: #cccccc;
}
