body {
  margin: 0;
  height: 100vh;
  background: #0a1a2f;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 3rem;
}
