body{
  background-color: #f9f9f4
}

h1{
  color: #6c7ec0;
    font-family: cursive;
      font-size:40px;
      text-align:center;
}
h2{
  color:#8dd7ed;
  font-family: cursive;
    text-align:center;
}
p{
  color: #4d8d5d;
  font-family:cursive;
  text-align: center;
}
img{
  height: 240px;
  border-color: #4d8d5d;
  border-style:groove;
  border-width:15px;
}
 
  
}