body{
    background-color: hsl(212, 45%, 89%);
    font-family: sans-serif;
    /* font-family = police d'ecriture */
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}
img{
    width: 100%;
    border-radius:10px ;
    
}
div{
    width: 80%;
    max-width: 250px;
    background-color: white ;
    padding: 9px;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}
p{
    color:hsl(216, 15%, 48%) ;
    text-align: center;
    font-size: 1rem;
}
h1{
    text-align: center;
    font-size: 1.2rem;
}
