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

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

.container {
  text-align: center;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

p {
  font-size: 1.1rem;
  color: #a1a1aa;
}
