
h1 {
 font-family:cursive;
  text-align: center;
  font-size: 40px;
  color: black;
}
h2{
  font-family: cursive;
  color: black;
  border-bottom:solid;
  border-color:cadetblue;
}
h3{
  font-family: cursive;
  color: black;
}
p{
font-family:cursive;
  color:black;
}
img{
  width: 500px;
  border-color: #e29f88;
  border-width: thick;
  border-radius: 20px;
  border-style: solid;
}