.container {
  background-color: #0a0a0a;
  color: #e0e0e0;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #38bdf8;
}
p {
  font-size: 1.2rem;
  max-width: 500px;
}
