body{
    background: #711324;
    overflow-x: hidden;
}

.container{
    width: 100%;
    height: 100%;
    background-color: #711324e6;
    padding: 4px;
}

.container p{
    font-family: 'Merienda', cursive;
    color: wheat;
}

#etb{
    width: 100%;
    background-color: #711324e6;
    padding: 5px;
}

#etb p{
    font-family: 'Merienda', cursive;
    color: wheat;
}

.legende{
    color: white;
    text-decoration: underline;
}

h2{
    color: wheat;
    font-family: 'Londrina Shadow', cursive;
    font-size: 50px;
}

.sousTitle{
    color: wheat;
    font-family: 'Londrina Shadow', cursive;
    font-size: 30px;
}

#website{
    color: white;
    text-decoration: underline;
}

@media (max-width: 1920px){
    body{
        background: wheat;
    }
}

@media (max-width: 1880px){
    body{
        background: #711324;
    }
}