body{
  background-color:rgba(64, 224, 208, 0.49)
}
h1{
  font-family: fantasy;
color:black;
text-align:center;
  background-color:turquoise
}
h2{
}
img{   
  height:240px;
  border-style: dashed;
  border-width: 10px;
  border-color: rebeccapurple;
  float: left;
  color: skyblue;
  }
