body {
    background-color: #f8f9fa;
}

.card-header.bg-primary {
    background-color: #007bff !important;
}

/* Assurez-vous que le lien de téléchargement est bien visible */
.btn-warning {
    color: white;
    background-color: #ffc107;
    border-color: #ffc107;
}

/* Style de l'image pour le rendre plus agréable */
.img-fluid.rounded.shadow-sm {
    border: 3px solid #ddd;
    max-width: 100%;
    height: auto;
}