body{
    font-family: 'Roboto', sans-serif;
    background-image: url(/imgs/bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #464646;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    display: block;
    }
header{
    display: flex;
    justify-content: center;
}

section{
    display: flex;
    justify-content: center;
}

.logo-correct{
    margin-top: 30px;
    width: 250px;
}

.locale{
    color: aliceblue;
    margin-left: 90px;
    font-size: 10px;
    position: absolute;
    margin-top: 40px;

}
.icon{
    position: absolute;
    width: 12px;
    margin-left: 60px;
    margin-top: 20px;
}

.logo-e{
    width: 30px;
    position: absolute;
    margin-left: 250px;
    margin-top: 20px;
}

@media only screen and (max-width: 430px){
    body{
        font-family: 'Roboto', sans-serif;
        background-image: url(/imgs/bg-mobile.png);

    }
    .logo-e{
        width: 30px;
        position: absolute;
        margin-left: 250px;
        margin-top: 20px;
    }

}
