p {
    line-height: 35px;
    font-family:'Lucida Sans';
}
img {
    margin: auto;;
    display: block;
    width: 500px;
    height: 500px;
    border: 2px red;
    border-radius: 20px;
}

 body{
    background-color: rgb(244, 255, 228);
   }
   
   h1 {
    color:rgb(46, 112, 46);
   }

   div{
    background-color:rgb(170, 214, 170);
    padding: 10px;
    width: 930px;
    margin:0 auto;
    text-align: center;
   }

   p {
    text-align:center;
    color:rgb(27, 99, 33);
    line-height: 30px;

} 
a{
  margin: auto;
    background-color:rgb(158, 255, 158);
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #070606;
    padding: 10px 15px;
    border-radius: 20px;
}


header li {
    /* margin: 10px 15px; */
    list-style-type: none;
    display: inline;
}
