body {
  font-family: Arial, sans-serif;
  background-color: #f9fcf6;
}

h1,
h2 {
  font-family: Georgia, serif;
}
  
h1 {
  text-align: center;
  color: #396602;
}

h2 {
  margin-top: 30px;
  color: rgb(83, 128, 47);
}
  

#source {
  font-style:  italic;
}
   
  
h3{
  margin-top: 20px;
  color: #396602;
}