body {
    background-color: rgb(190, 221, 250);

}
h1 {
    color:rgb(255, 255, 255);
    text-align: center;
}
p{
    color:black;
    text-align: justify;
    text-justify: inter-word;
}
h2{
    color:rgb(255, 255, 255);
}
#titre2B{
    color:black

}
.normal{
    color: black;
    text-align: justify;
    text-justify: inter-word;
}
.JOhiver{
    width: 30%;
    height: 300px;
    margin-left: 200px;
    
}
.JOété{
    width: 30%;
    height: 255px;
    margin-left: 200px;
}
.JOpara{
    width: 40%;
    height: 400px;
}