body {
    font-family: 'PT Sans', sans-serif;
    padding-bottom: 80px;
}

h3 {
    font-size: 1.8rem; 
}

p {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
}

.lead strong {
    font-weight: 700 !important;
}

.btn {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1030;
    background-color: #e9ecef; /* Colore di sfondo leggermente più scuro (grigio chiaro) */
    border-top: 1px solid #dee2e6; /* Un bordo sottile per separarlo dal contenuto */
}