body{
    background-color: #57c1ff;
    text-align: center;
}
h1{
    text-align: center;
    font-family: "Gill Sans", sans-serif;
    font-size: 350%;
}
#jeu {
    display: inline-block;
    text-align: center;
    background-color: blue;
}

.colonne {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #57c1ff;
    margin: 7px;
    display: inline-block;
}

.colonne.vide{
    cursor: pointer;
}

.colonne.rouge{
    background-color: red;
}

.colonne.jaune{
    background-color: yellow;
}

.colonne.previsualisation_rouge{
    background-color: rgb(120, 0, 0) ;
}

.colonne.previsualisation_jaune {
    background-color: darkgoldenrod ;
}
p{
	font-size: 125%;
	font-family: "American Typewriter", serif
}

button{
    font-family: "OCR A Std", monospace;
}