.navbar_section {
    position: absolute;
    display: flex;
    width: 100%;
    height: 90px;
    align-items: center;
    justify-content: center;
}

.navbar_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1400px;
    margin: 0px 10px;
}

.navbar_links_container {
    display: none;
}

.logo_container {
    display: none;
    width: 100px;
}

.logo_container img {
    width: 100%;
    height: 60%;
}

.navbar_links_container ul {
    display: flex;
    align-items: center;
    justify-content: center;
}


.navbar_links_container li {
    padding: 5px;
    margin: 10px;
    font-weight: 500;
}



