h1 {
    color: white;
    font-family: Georgia, serif;
    font-weight: 3000;
    margin-left: 3%;
}

h2 {
    width: 50%;
    margin-top: 4%;
    margin-left: 10%;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    text-align: justify;
    font-size: 15pt;
    margin-bottom: 2.5%;

}
.container {
    background-color: burlywood;
    width: 94%;
    padding: 3%;
    display: flex;
   margin-bottom: 10%;
    justify-content: space-around;
    
}





#taille {
    width: 27%;
   
    
}
@media screen and (max-width: 900px) {
    .container {
      flex-direction: column;
      width: 96%;
      padding: 2%;
      
    }
    #taille{
        width: 100%;
        margin-top: 2%;
    }
}