body {
  background: #002147;
  color: white;
  font-family: system-ui, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

.container {
  max-width: 600px;
  padding: 20px;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: #00F2FF;
}

p {
  font-size: 1.2rem;
  opacity: 0.85;
}