body{
  background-color: azure;
}

h1{
color:cornflowerblue;
  font-family:cursive;
  font-size: 25px
}
h2{
  color:lightblue;
font-family:cursive;
  font-size: 20px;
}
p{
  font-family: serif;
  font-size: 16px;
} 
img{
height:400px;
border-color:pink;
  border-style:groove;
  border-width: 5px
    
}