
body {
  background-color: #f0f4f8;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}
.container {
  text-align: center;
}
h1 {
  font-size: 24px;
  color: #2c3e50;
}
p {
  font-size: 16px;
  color: #34495e;
}
