h1{
 text-align: center;
  font-size: 30
    px;
  font-family:cursive;
  background-color:beige;
}

h2{
  text-align: center;
  font-size 24px;
  font-family:cursive;
  background-color:beige
}

p{
  text-align: center;
  font-size: 18px;
  font-family: monospace;
  background-color:blanchedalmond; 
}
img{
  width: 400px;
  border-style:solid;
  margin: 60px;
  float:right;
  border-width: 20px;
  
}