h1{
text-align: center;
font-family:cursive;

}

h2{
  font-family: monospace;
text-align:center;
 color: darkgoldenrod;
}
h3{
  text-align: left;
  font-family: cursive
  color:gold;
}
p{
  font-family: monospace;
}
img{
  float:right;
  width:350px;
  border-style:solid;
  border-width:10px;
}