body {
  font-family: Arial, sans-serif;
  background: #6611aa; /* Purple background */
  color: #000;
  line-height: 1.6;
  padding: 20px;
}

h2 {
  color: #6611aa;
  text-align: center;
}

h3 {
  color: #6611aa;
  text-align: center;
}

h5 {
  text-align: center;
}

a {
  color: #fff;
  text-decoration: none;
}
