:root {
  color-scheme: light;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdf8f0;
  color: #3a2e27;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

main {
  padding: 2rem;
  max-width: 32rem;
}

.emoji {
  font-size: 3rem;
}

h1 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 0.5rem 0;
}

p {
  color: #6b5d52;
  line-height: 1.5;
}

.subtitle {
  margin-top: 0.5rem;
}

.login-link {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  color: #6b5d52;
  text-decoration: none;
  font-weight: 600;
}

.login-link:hover {
  color: #b5651d;
}

.cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.75rem 1.75rem;
  background: #b5651d;
  color: #fdf8f0;
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
}

.cta:hover {
  background: #9a5518;
}
