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

.container {
  text-align: center;
  padding: 20px;
}

.logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.links a {
  margin: 0 15px;
  text-decoration: none;
  color: #c00;
  font-weight: bold;
}

.links a:hover {
  text-decoration: underline;
}

