body {
background-image: url("1.png");
background-size: 50% 100%;
}

#conteneur {
display: grid;
grid-template-columns: auto auto auto auto;
gap: 20px;
justify-content: center;
}

#gauche {
width: 400px;
}

#tout {
display: flex;
}

img {
width: 120px;
height: 120px;
border: 1px solid black;
}

h1{
text-align: center;
color: white;
margin: 20px 0px 50px 0px;
}

#quelleFace {
display: flex;
justify-content: center;
padding: 0px 0px 20px 0px;
}
