.card-header {
    background: linear-gradient(to right, #007bff, #0056b3);
    color: white;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}