h1 {
    text-align: center;
    font-family: 'Kameron', serif;
    font-style: normal;

}

.section-epreuves{
    gap: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    
    padding: 40px;

    background-color: rgb(230, 230, 250);
}


.card-epreuve{
    box-shadow: 0px 0px 10px 0px rgb(38, 0, 255);
}


.card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

     text-align: center;
    font-family: 'Kameron', serif;
    font-style: normal;
}


