body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #ffffff;
  color: #1a1a1a;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

main {
  text-align: center;
  max-width: 90vw;
}

.logo {
  max-width: 480px;
  width: 90%;
  height: auto;
  margin-bottom: 1.5rem;
}

h2 {
  margin: 0.5rem 0 0.25rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.65;
}