header h1 a{
    color: #f5e627;
    /* Cambio colore in giallo */
}

body {
    font-family: Arial, sans-serif;
    background-image: url('background.jpg');
    background-size: cover;
    /* Ombra nera per tutto il testo per migliorare la leggibilità */
}

.card {
    background-color: rgba(255, 255, 255, 0.8);
}