.category-header{
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}
.category {
    color: inherit; /* Hérite de la couleur du parent (dans ce cas, le texte clair) */
    text-decoration: none; /* Enlève le soulignement */
}

.card:hover {
    background-color: #f8f9fa;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.card i {
    color: cornflowerblue;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
}
