body{
    margin:0;
    font-size:22px;
    <! -- text-align:center;
     font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    <! -- background: radial-gradient(circle, rgba(251,63,191,1) 0%, rgba(252,231,70,1) 100%);
 background-color: #EDE8D0;
 text-decoration: none;
color:black;
}

h2, h3{
    text-align:center;
    color:black;
 font-family: "Darumadrop One", sans-serif;
  font-weight: 600;
  font-style: normal;

}   

.texte{
    max-width:800px;
    margin:4em auto;
    line-height:1.6;
}

.image{
    display:flex;
    justify-content:center;
    margin-top:2em;
}

.image img{
    height:600px;
    width:auto;
    border-radius: 3%;
  }
