body {
  font-family: 'Fredoka One', cursive;
  background-color: #fff0f5;
  margin: 0;
  padding: 0;
  color: #5c4b51;
}

.sparkle-bg {
  background: linear-gradient(135deg, #ffe4ec 0%, #f9f0ff 100%);
  padding: 20px;
}

.header-box {
  text-align: center;
  padding: 30px 10px;
  background-color: #ffecf2;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(255, 182, 193, 0.3);
}

.logo {
  max-width: 100px;
  margin-bottom: 10px;
}

.subtitle {
  font-style: italic;
  font-size: 1.2em;
  color: #a66;
}

.content section {
  margin: 25px auto;
  padding: 20px;
  background-color: #fff9fc;
  border-radius: 20px;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(255, 182, 193, 0.2);
}

.items {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.item {
  background-color: #ffeef0;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(255, 182, 193, 0.2);
}

.footer {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #ffe4ec;
  border-radius: 15px;
  font-size: 0.9em;
}
