* {
    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;
}
.map {
    margin-left: 200px;
}
.contacts {
    width: 470px;
    height: 150px;
    margin-left: 240px;
    font-size: 30px;
    display: inline;
}
img {
    margin-left: 50px;
    margin-bottom: 100px;
    width: 500px;
    height: 350px;
}
.mi {
    display: inline;
    margin-left: 200px;
    font-size: 30px;    
}