footer {
    text-align: center;
    border-top: 2px solid var(--footer_separatore);
    width: 100%;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 18px;
    font-size: 14px;
    background-color: var(--footer_background);
    color: var(--footer_testo);
}

footer p,
footer a {
  color: var(--footer_testo) !important;
}

.footer_credits {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}