body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  color: #222;
  margin: 0;
  padding: 20px;
}

header, section {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}

h1 {
  color: #222;
  text-align: center;
}

h2 {
  color: #b758d6;
  font-family: "Times New Roman", Times, serif;
  border-bottom: 2px solid #b758d6;
  padding-bottom: 5px;
}

h3 {
  color: #444;
}

p {
  line-height: 1.6;
}

img {
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}