body {
  background: white;
  background-color: #d7f1b0
}
p {
  color: #3f9945;
  font-family: cursive
}
h1 {
  font-weight: bold;
  color:#34a881;
}
li  {
  color: #06b9b9;
  font-family:cursive
}

h2{
  color: #2abc8b;
}
h3 {
  color:#255bff
}
img  {
  border-style: double;
  border-width: 20px;
  border-color: #2abc8b;
  border-radius: 10pc;
  width: 15pc;
  height:175px;
  margin: 10p
  
}