/* FOOTER STYLES */
.footer {
    background-color: var(--dark-bg);
    padding: 1rem 0;
    text-align: center;
    border-top: 1px solid rgba(3, 218, 198, 0.2);
    position: relative;
    z-index: 10;
    margin-top: auto;
}

/* Modificato per uniformare il font */
.copyright {
    font-size: 0.9rem;
    color: var(--text-color);
    opacity: 0.7;
    font-family: "Roboto", sans-serif;
}