body {
  background-color: #FFF8E0;
}

h1 {
  color: green;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
}

h2 {
  color: green;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
}

h3 {
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
