* {
    box-sizing: border-box;
}
body {background-color: rgb(216, 181, 98);}
.logo {
    width: 100px;
    height: 100px;
    background-image: url(img/png-clipart-coffee-house-logo-coffee-tea-cafe-wall-decal-sticker-cafe-food-text-thumbnail.png);
    background-size: 100px;
    margin-left: 50px;
    margin-top: 25px;
}
a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}
a:hover {
    color: red;
    font-size: 25px;
}
ul {
    list-style-type: none;
    text-align: center;
}
li {
    display: inline;
    margin-right: 100px;
}

.first {
    background-image: url(img/Черничные\ панкейки\ с\ клубникой\ и\ мятой.jpg);
    width: 600px;
    height: 300px;
    margin: 60px 0 0 70px;
}
.first-des {
    margin-left: 50px;
    font-size: 25px;
    margin-top: 110px;
    color: rgb(56, 90, 23);
}
.second {
    background-image: url(img/Панкейки\ на\ кефире.jpg);
    width: 600px;
    height: 300px;
    margin: 60px 0 0 70px;
    margin-left: 100px;
}
.second-des {
    margin-left: 50px;
    font-size: 25px;
    margin-top: 110px;
    color: rgb(56, 90, 23);
}
.fst {
    display: flex;
}