body {
  background-image: url("IMG_20250822_165159.jpg");
  font-family: 'Comic Sans MS', cursive, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.container {
  background: #fff0fa;
  border-radius: 30px;
  box-shadow: 0 0 20px #ffb6d5;
  padding: 40px;
  text-align: center;
}
h1 {
  color: #ff69b4;
  font-size: 3em;
  margin-bottom: 0;
}
h2 {
  color: #db7093;
}
button {
  background: #ff99cc;
  border: none;
  color: white;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 1.2em;
  cursor: pointer;
}
button:hover {
  background: #ff69b4;
}