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

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

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

h1 {
  font-size: 2rem;
  color: #e76f92;
  margin-bottom: 10px;
}

p {
  font-size: 1.1rem;
  color: #555;
}
