body {
background-color: lightGray;
}

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

#mots1, #mots2 {
display: flex;
margin: 10px;
padding: 10px;
width: 150px;
justify-content: left;
}

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

h1{
text-align: center;
}

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