.nav__header{
    margin: 0;
    padding: 0;
    display: flex;
    background-color:#3282F680;
    height:120px ;
    justify-content:space-between;
    width: 100%;
    align-items: stretch;
    position: fixed;
}

.nav__header-logo{
    width: 120px;
    display: flex;
}

.nav__header-ul{
    padding: 5px;
    display:flex;
    width:40%;
    justify-content: end;
    align-items: stretch;
}

.nav__header-li{
    margin: 5px;
    list-style: none;
    background-color:#ffffff;
    display: flex;
    border: solid;
    width:25%;
}

.nav__header-menu{
    display: flex;
    align-items:center;
    width:100%;
    justify-content: space-around;
}