@font-face {
    font-family: 'Pixel';
    src: url('../../style/ressources/Pixel.ttf');
}
body {
    font-family: 'Pixel';
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
} 
h1 {
    height: 17vh;
    text-align: center;
    font-size: 8vh;
}
.lienNouvellePartie {
    display: flex;
    color: #FF6961;
    text-decoration: none;
}
.lienNouvellePartie:hover {
    cursor: pointer;
    color: #2E86AB;
}
.nouvellePartieTexte {
    align-self: center;
    margin-left: 15px;
    font-size: 4vh;
}
.choixTexte {
    list-style: none;
}