 p{
    text-align: left;
    color:rgb(13, 112, 13);
    line-height: 30px;

}

div {
    background-color: beige;
    padding: 50px;
    width: 930px;
    margin: 0 auto;
    border-top: 20px solid #d5d5d5;
    text-align: center;
}

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;
}
span {
    font-weight: bold;
}

img {

    margin: auto;
    display: block;
    width: 500px;
    height: 300px;
    border: 2px red;
    border-radius: 10px;
}

h2 {
    font-size: 25px;
    font-family: 'Tahoma';
    color:rgb(159, 78, 78)
}

h3 {
    font-size: 20px;
    font-family: 'Tahoma';
}




p {
    line-height: 30px;
    font-family: 'tahoma';
}

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