body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logo {
  width: 150px;
  height: auto;
}

header h1 {
  margin-top: 10px;
  font-size: 2em;
}

main p {
  font-size: 1.2em;
  margin: 20px 0;
}

footer {
  margin-top: 20px;
  font-size: 0.8em;
  color: #777;
}
