.choix {
    display: grid;
    place-items: center;

    font-size: 24px;
    font-weight: bold;
    text-align: center;

    font-style: oblique;
    text-shadow: 3px 3px 3px #fc0000;
    }