main {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
.content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #5e2b7e;
  text-align: center;
  margin-bottom: 20px;
}
.content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #5e2b7e;
  margin-top: 20px;
}
.content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.content a {
  color: #5e2b7e;
  text-decoration: underline;
}
.content a:hover {
  color: #7b3a9e;
}