body {
    background-color: bisque;
    width: 700px;
    margin: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: justify;
}

h2 {
    text-align: center;
    color: blue;
}

/*  НАСТРОЙКИ МЕНЮ */
nav ul {
    display: flex;
    list-style-type: none;
}

nav ul li a {
    display: block;
    padding: 10px 10px;
    margin-right: 2px;
    text-decoration: none;
    background-color: rgb(207, 205, 170);
}

/* НАСТРОЙКИ ОБТЕКАНИЯ ТЕКСТОМ РИСУНКА */