img{
  width:500px;
  border-style:groove;
  border-width:10px;
  border-color: rgb(253, 203, 210);
    
  
    
}
body{
  
  background-color: #c4f2f0;
}
h1{
  font-family:monospace;
  color:cornflowerblue;
  text-align:left;
}
h2{
  font-family:cursive;
  color:azure;
  text-align: left;
}
p{
  font-family:cursive;
  color:cornflowerblue;
  text-align: left;
}
h3{
  color:cornflowerblue;
}