
select {
background-color: white;
border-radius: 12px;
}

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

.boutonsCP, .boutonsCE1, .boutonsCE2, .boutonsCM1, .boutonsCM2{
width: 60px; 
margin: 5px;
border-radius: 12px;
}

.boutonsCM2{
font-size: 12px;}

.score{
border-radius: 12px;
width: 60px; 
margin: 5px;
font-size: 16px;
display: flex; 
flex-direction: column; 
justify-content: center;
align-items: center;
}
