/* Tablette*/
@media screen and (max-width: 800px) {

    

    img {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 600px;
    }
    
}


/*Téléphone*/
@media screen and (max-width: 612px ) {

    body {
        background-color: tomato;
    }

    





}





