h1{
  text-align: center;
  font-family:cursive;
  font-size: 40px;
  color:
  background-color: #bd9a5f;
}
h2{
  text-align: center;
  font-family:cursive
  background-color: brown;
}
h3{
  text-align: center;
  font-family: cursive;
  font-size: 20px;
  }
h5{
  font-family: cursive
}
p{
  font-family: cursive;
  font-size: 18px;
 
}
body{
  background-color: #eccfa9;
}
img{
  width:350px;
  float: left;
  margin: 11px;
  border-style:dotted ;
  border-width:3px;
  border-radius:10px;
}

