body{
  background-color:snow;   
}

h1{
  color:lightpink;
  font-family: fantasy;
  font-size: 50px;
  text-align: left;
}
h2{
  color: lightpink;
  font-family:fantasy;
  font-size: 35px; 
  
}
h4{
  color: skyblue;
  font-size: 20px;
  
}
p{
  color: #78b6be;
  font-size: 16px;
}

img{
  height: 300px;
  border-radius: 15px;
}


