/* Full-page background and reset */
body {
  margin: 0;
  padding: 0;
  background-color: #fffef5; /* Matches PNG background */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/* Container ensures clean centering */
.container {
  text-align: center;
}

/* Responsive logo image */
.logo {
  max-width: 90vw;
  height: auto;
  display: block;
}
