#navbar {
    background: #9c532f;
    background: linear-gradient(180deg, rgba(156, 83, 47, 1) 21%, rgba(135, 65, 51, 1) 77%, rgba(138, 48, 32, 1) 91%, rgba(145, 41, 28, 1) 99%);    height: 50px;
}

.navbar-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.navbar-item {
    float:left;
    background-color: rgba(0,0,0,0);
    color: white;
    font-size: 24px;
}

.navbar-item a {
    color: white;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}