p {
  text-align: center;
  background-color: antiquewhite;
  font-family: cursive;
    font-size: 15px;
}
h1{
  text-align: center;
  background-color: grey;
  font-family: fantasy;
  font-size: 24px;
    
}
h2{
  text-align: center;
  background-color: #1658d3;
  font-family: fantasy;
  font-size: 24px;
  color: lightgray;
}
h3{
  font-size: 20px;
  font-family: sans-serif
    
    
}
img{
  height: 240px;
  border-style: dashed;
  border-width: thick;
  flex: initial;
  border-color: aquamarine;
  float: left
}