p {
    line-height: 35px;
    font-family: 'Tahoma';
    padding: 5px;
    margin: 20px;
}

img {
    
    width: 500px;
    height: 500px;
    border: 2px red;
    border-radius: 10px;
} 

h1 {
    font-size: 40px;
    color: rgb(187, 96, 96);
}

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


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 ;
}