
body {
background-color: white;

}

button{
background-color: white;
border-radius: 12px;
margin: 10px;
padding: 0px;
}

.score{
border-radius: 12px;
width: 150px; 
text-align: center; 
margin: 10px;
}

.ButtonsLine{
width: 150px;
}

#affichage{
display: flex; 
justify-content: center;
flex-wrap: wrap;
font-size: 25px; 
margin-top: 60px;
}

#affichageMoyenne{
font-size: 30px; 
margin-left: 70px; 
display: flex; 
flex-direction: column; 
justify-content: center; 
align-items: center; 
height: 50px; 
width: 150px;
}

















