* {
    font-family: 'Goldman', cursive;
    margin: 0;
}
.footergeneral {
    background-color: rgb(61, 61, 61);
    padding: 1.5%;
}

.legals {
    text-align: center;
    text-decoration: none;

}

.legals li {
    list-style: none;
    text-decoration: none;
    padding: 0.3%;
}

.legals li a {
    text-decoration: none;
    color: white;
    
}

.legals li a:hover {
    text-decoration: underline;

}
