body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
}

h1,
h2 {
  font-family: Georgia, serif;
}
  
h1 {
  text-align: center;
  color: #1a1aa1;
}

h2 {
  margin-top: 30px;
  color: blueviolet;
}
  

#source {
  font-style:  italic;
}


   
  
