h1 {
  text-align: center;
  font-family: cursive;
  color: greenyellow;
  background-color: bisque;
}
h2{
  text-align: center;
  font-family: cursive;
  color: bisque;
background-color: salmon;
  
  
  
}

img{
  width: 400px;
  float: inherit;
  margin: inherit;
  border-style:dotted;
  border-width: 15px;
  border-color: bisque;
}


