.header{
    height: 100px;
    margin: 0px;
    padding: 0px 20px;
    color: darkblue;
}

.logo{
    width: 50%;
}

.headerMenue{
    width: 100px;
    height: 100px;
}

.modeSelect{
    width: 40px;
    height: 40px;
    border-radius: 25px;
}

.languageSelect{
    width: 40px;
    height: 40px;
    border-radius: 25px;
}