.question {
    display: flex;
    color: white;
    justify-content: center;
    padding: 1rem 0;
}

.stationChoisie {
    display: flex;
    color: white;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
}

.verification {
    display: flex;
    color: white;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
}

main {
    align-items: center;
    box-sizing: border-box;
    display: grid;
    gap: 1.5rem;
    grid-template-rows: 1fr repeat(2, 2.5rem);
    height: 100%;
    justify-content: center;
    padding: 1.5rem;
}

.num0,
.numNoir,
.numRouge {
    color: transparent;
}

