body {
    background-color:#EDE6F9 ;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main, footer {
    width: 40% ; 
    margin: 0 auto;
}

h1 {
    font-size:52px;
    line-height: 200%;
}

h2{
    font-size:24px;
    line-height: 140%;
}

.soustitre {
    margin-top: 48px;
}
p{
    font-size: 17px;
    line-height: 180%;
}

footer{
    margin-top:52px;
    background-color: #E2D4FA;
}