.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 50px;
    background-color: #0B0B16;
    /* border-bottom: 1px solid #191970; */
    /* padding: 20px 50px; */
}

.header-logo-container{
    width: 140px;
    height: 40px;
}

.header-logo-img{
    width: 100%;
    height: 100%;
}

.header-nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav-item a{
    margin: 0 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.header-nav-item a:hover{
    color: rgb(223, 159, 94);
    padding-bottom: 2.33px;
    border-bottom: 2.5px solid rgb(223, 200, 177);
}

.header-nav_select a{
    color: rgb(223, 159, 94);
    padding-bottom: 2.33px;
    border-bottom: 2.5px solid rgb(223,200,177);
}