p {
    text-align: left;
    line-height: 30px;
    color: rgb(31, 29, 29);
}

img {
    margin: auto; 
    display: block;
    width: 400px;
    height:400px;
    border: 2px red;
    border-radius: 10px;
} 

h1 {
    font-size: 40px;
    color: black;
}

h2 {
    font-size: 25px;
    font-family: 'Tahoma';
    color: rgb(124, 92, 50);
}

div {
    background-color: rgb(162, 233, 209);
    padding: 50px;
    width: 930px;
    margin: 0 auto;
    border-top: 20px solid #d5d5d5;
    text-align: center;
}

p {
    line-height: 35px;
    font-family: 'Tahoma'
}

body {
    background-color: bisque;
}

a {
    background-color: #c99898;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #724646;
    padding: 8px 15px;
    border-radius: 20px;
}

header li {
    list-style-type: none;
    display: inline;
}

span {
    font-weight: bold;
}

div {
    background-color: blanchedalmond ;
}