#nav {
    background-color: #674f2d;
    height: 30px;
}

#nav__ul {
    margin: 0;
    height: 100%;
    display: flex;
}

.nav__item {
    text-align: center;
    padding: 6px 0;
    width: 140px;
    list-style: none;
    
}

.nav__item:hover {
    background-color: #745831;
}

.nav__link {
    color: #000;
    text-decoration: none;
}