.navigation {
    background-color: rgb(255 255 255);
    max-width: auto;
    text-align: center;
    box-shadow: 8px 10px 10px rgb(196 192 192);
    border: 1.5px solid rgb(108 113 80);
}

.navigation__list {
    list-style: none;
    margin: 15px;
}

.navigation__link {
    color: #5e9660;
    font-weight: bold;
    text-decoration: none;
}