body {
  font-family: 'Segoe UI', sans-serif;
  background: #fdf6f9;
  color: #333;
  margin: 0;
  padding: 2rem;
  line-height: 1.6;
}

header {
  text-align: center;
  padding-bottom: 1rem;
}

h1 {
  font-size: 2.6rem;
  color: #d63384;
  margin-bottom: 0.3rem;
}

h2 {
  color: #6f42c1;
  margin-top: 2.2rem;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

li::before {
  content: "🌈 ";
  margin-right: 0.5rem;
}

.callout {
  background: #fff;
  border-left: 4px solid #d63384;
  padding: 1rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

footer {
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  margin-top: 3rem;
}

