.titre {
text-align: center;
}

body {
background-color: white;
}

input[type=checkbox] {
 /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  margin: 10px;
}

#phrase {
font-size: 35px;
display: flex;
margin: 30px;
background-color: white;
justify-content: center;
flex-wrap: wrap;
}

.box {
margin: 10px;
text-align: center;
}

#rangerOrdre {
display: flex;
margin: 50px 0px 0px 0px;
justify-content: center;
height: 60px;
}
