body {
  background-color: #f0f4f8;
  color: #1a1a1a;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

.logo {
  width: 150px;
  height: auto;
  margin-bottom: 1em;
}

h1 {
  font-size: 3rem;
  margin: 0.5em 0;
}

p {
  font-size: 2rem;
  margin: 0;
}

footer {
  position: absolute;
  bottom: 20px;
  font-size: 1rem;
  color: #666;
}
