* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  text-align: center;
}

main h1 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

main p {
  font-size: 1.1rem;
  color: #94a3b8;
}
