h1
{
    color:rgb(11, 99, 58);
    text-align:center;
    font-style:italic;
    font-size:50px;
}
p
{
    text-align:center;
}
button
{
    background-color:rgb(146, 212, 132);
    border-radius:50%;
    font-size:20px
}
button:hover{
    color:rgb(213, 223, 209);

}
p
{
    font-size:22px;
}
ul
{
    font-size:22px;
}
.titre
{
    text-align:center;
}
body
{
    background-image: url("https://image.freepik.com/vecteurs-libre/fond-nature-aquarelle-feuilles_52683-59449.jpg");
    background-size: 100%;
}
h2
{
    text-align:center;
}
img
{
    border-style:solid;
    display:block;
    color:hsl(167, 76%, 18%)
}
.ma_colonne
{
    display: flex;
    flex-direction:column;
    align-items: center;
}
h3
{
    font-size: 15px;
}