.Navbar_Zone {
    padding: 1vh 0vw;
    width: 100%;
    background-color: rgb(138, 78, 41);
    border-top: 1px solid rgb(230, 215, 196);
}

.Navbar_Zone ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.Navbar_Zone ul li {
    margin: 0 1vw;
    padding: 0vh 0.5vw;
    text-align: center;
    font-size: 4.5vw;
}

.Navbar_Zone li a {
    color: rgb(230, 215, 196);
}

.Navbar_Zone ul li:first-child img,
.Navbar_Zone ul li:last-child img {
    width: 9vw;
}

.Navbar_Zone ul li:first-child img {
    padding-left: 2vw;
}

.Navbar_Zone ul li:last-child img {
    padding-right: 2vw;
}

.Navbar_Zone .this_to {
    border-bottom: 4px solid rgb(200, 155, 38);
}