body {
  font-family: Arial, sans-serif;
  background-color: #c9f0aa;
}

h1,
h2 {
  font-family: Georgia, serif;
}
  
h1 {
  text-align: center;
  color: #ff0000;
}

h2 {
  margin-top: 30px;
  color: rgb(32, 116, 26);
}
  

#source {
  font-style:  italic;
} 

#par_special{
  font-style: oblique;
 }
 

  
img{
  width: 300px;
}