/* Per i desktop */

@media (min-width: 525px) {
footer{
    flex-direction: unset;
}
}
@media (min-width: 860px) {
    #footer-links{
        display: flex;
    }
footer{
    height: auto;
    padding: 30px 0;
}
}

