body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    text-align: center;
    background: #fff
}

.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: RGBA(26,0,71,1);
    background: linear-gradient(100deg, rgba(26, 0, 71, 1) 30%, rgba(3, 30, 166, 1) 65%, rgba(26, 0, 71, 1) 85%);
}

.logo{
    display: flex;
    background-image: url(/images/GS_Logo_600.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.headerMenue{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.modeSelect{
    display: flex;
}

.languageSelect{
    display: flex;
}