body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f4f6f8;
  color: #222;
}

.container {
  text-align: center;
  max-width: 480px;
  padding: 32px;
}

h1 {
  font-size: 2rem;
  margin-bottom: 16px;
}

p {
  font-size: 1.1rem;
  line-height: 1.5;
}

.muted {
  margin-top: 24px;
  color: #666;
}
