h1 {
    color: grey;
    opacity: 0.6;
    text-align: center;
    letter-spacing: 2px;
    padding: 24px;
}

#formulaire-authentification {
    margin: 18px auto;
    width: 60%;
}

#formulaire-jeu {
    margin: auto;
    width: 60%;
}

#champ-score,
#champ-des-roulees,
#champ-autre-joueur {
    color: black;
}

#texte-information {
    color: #555;
    white-space: pre-line;
    font-size: 15px;
    margin: 12px
}

#droits-auteur {
    display: block;
    margin: 8vh auto 0 auto;
    text-align: center;
    width: 50%;
    font-size: 12px;
    color:grey;
    letter-spacing: 1px;
}