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

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

h1 {
    font-size: 40px;
    color: rgb(75, 131, 131);;
}

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

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 ;
    padding: 10px;
    width: 945px;
    margin:0 auto;
    text-align: center;
    border: 10px;
    border-color: black;
}