#sousBody {
    padding-top: 2rem;

    
    .theme {
        display: flex;
        color: rgba(255, 255, 255, 0);
        justify-content: center;
        gap: 5rem;
        font-family: "Playfair Display";
        letter-spacing: 3px;
        font-size: 3rem;
        background-image: linear-gradient(#f0ad2c, #ffce6d, #af9052);
        background-clip: text;
    }

    .exercices {
        padding: 0.5rem;
        border: solid #ffce6d 1.3px;
        border-radius: 13px;
    }

    .choix {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 4rem 4rem;
        font-family: "Playfair Display";
        font-size: 1.7rem;
        margin-top: 4rem;
        text-align: center;
    }

    .choix a {
        text-decoration: underline;
        text-decoration-color: #673838;
        text-underline-offset: 5px;
        color: #a56d3c;
        letter-spacing: 1px;
        text-shadow: 4px 3px 6px #906f53;
    }
}