body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: white;
  color: #0a0a0a;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
}

h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

p {
  font-size: 1.2em;
  color: #ccc;
}
