/* Reset and base styles */
body {
  font-family: 'Georgia', serif;
  background-color: #fffafc;
  color: #333;
  margin: 0;
  padding: 0;
}

header {
  background-color: #f8e1ea;
  text-align: center;
  padding: 30px 20px;
  border-bottom: 2px solid #e0b7c9;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #b03060;
}

.tagline {
  font-size: 1.2em;
  color: #6a1b3f;
}

main {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
}

section {
  margin-bottom: 40px;
}

h2 {
  font-size: 2em;
  color: #b03060;
  margin-bottom: 20px;
}

article {
  margin-bottom: 30px;
}

h3 {
  font-size: 1.5em;
  color: #6a1b3f;
  margin-bottom: 10px;
}

p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

footer {
  background-color: #f8e1ea;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #6a1b3f;
  border-top: 2px solid #e0b7c9;
}
