
body{
  background-color: lightyellow;
}

h1{
  color:lightskyblue;
  font-size: 38px;
    text-align: center; 
}

h2{
  color:plum;
  font-size: 28px;
}

h3{
  color: darkseagreen;
  font-size: 19px;
}
p{
 font-size:14px;
  text-align:justify;
}
img{
  height:290px;
  border-style: solid;
  border-width:5px;
  border-color:lavender
  
}