
body {
  background-color: #f4f8fb;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
}
.container {
  text-align: center;
  padding: 20px;
}
.logo {
  max-width: 200px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2em;
  margin-bottom: 10px;
}
p {
  font-size: 1.1em;
  color: #555;
}
