* {
  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;
}
.board-main {
    display: flex;
}
.p {
    width: 960px;
    margin-right: 50px;
    font-size: 22px;
    color: rgb(18, 17, 17);
    text-align: justify;
}
.board {
    background-image: url(img/o\ nas.jpg);
    width: 1400px;
    height: 600px;
    background-repeat: no-repeat;
    margin-left: 50px;  
}
.interyer {
    display: flex;
    justify-content: space-between;
    padding-left: 200px;
    padding-right: 200px;
}
