body {
  background: #f3f7fa;
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  color: #333;
  padding: 22px;
}

h1 {
  font-size: 28px;
  color: #e91e63;
  margin-bottom: 18px;
}

img {
  width: 200px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.section {
  background: #fff0f5;
  margin: 14px auto;
  padding: 12px;
  max-width: 420px;
  border-radius: 10px;
  transition: transform 0.3s;
}

.section:hover {
  transform: scale(1.05);
}

h2 {
  font-size: 20px;
  color: #c2185b;
}

p {
  font-size: 15px;
  color: #444;
}
