
h1 {
  font-family: cursive;
  text-align: center;
 
}



h2{
  font-family: cursive;
  text-align: center; 
}

p{
  font-family: cursive;
  text-align: center;
}

body{
  background-color: antiquewhite
}

img{
  width: 350px;
  float: left;
  margin: 5px;
  border-color: black;
  border-width: 10px;
  border-style: solid;
  border-radius: 20px;
}