 /* Stile per il footer */
 footer {
     background-color: #f8f9fa;
     /* Colore di sfondo chiaro */
     /* Padding verticale */
 }

 /* Stile per i link nel footer */
 footer a {
     color: #ab274f;
     text-decoration: none;
     transition: transform 0.3s ease;
 }

 footer a:hover {
     transform: scale(1.2);

     color: #ab274f;

 }

 footer h5 {
     color: #ab274f;
     /* Colore del titolo */
     margin-bottom: 15px;
     /* Margine inferiore */
 }