img{
    width: 200px;
    height: 200px;
    cursor: pointer;

}


body{
    padding-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url(../asset/img/fond.jpg);
}




