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

.annonceChoisie {
    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 {
    color: rgb(0, 255, 0);
}

.numRouge {
    color: red;
}

.numNoir {
    color: black;
}

.suppr {
    display: flex;
    grid-row: 2;
    grid-column: 1;
    justify-content: space-between;
    width: var(--tapis-width);
    gap: 1rem;
}

.gomme,
.clear,
.valider,
.suivant {
    width: calc(var(--tapis-width) / 14 * 1.5);
    height: calc(var(--tapis-height) / 5.5);
    }

.clear,
.valider,
.suivant {
    font-weight: bold;
}