body{
  background-color: hotpink;
}

h1{
  font-family: fantasy;
  color:goldenrod;
  text-align: center;
  background-color: azure
}

h2{
  text-align: center;
  color: aliceblue
}
img{
  height: 300px;
  
}
h4{
  text-align: center;
}

p{
  text-align: center;
}