h1{
  text-align: center;
  background-color: rgb(185, 192, 255); 
  font-family: fantasy; 
  color:black;
  
}
h2{
  font-family: fantasy; 
  background-color: rgb(190, 197, 255);
  text-align: center;
  color:black;
}
p{

  font-style: italic;
  font-size: 18px;
  color:black;
  background-color: white;
}
img{
  width: 530px;
  float: left;
  border-style: solid; 
  border-width: 10px;  
  margin: 10px; 
}