#credits {
    margin-top: 20px;
    padding: 10px 0;
    background: #822433;
    position: absolute; 
    bottom: 0; 
    width: 100%; 
}

.biblioteca #credits {
    background: #52514B;
}

.centro #credits {
    background: #146255;
}

.dipartimento #credits {
    background: #005866;
}

.facolta #credits {
    background: #2b425c;
}

.museo #credits {
    background: #534F2C;
}

#credits p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    margin-top: 5px;
    color: #fff;
}

#credits .social-icons {
    text-align: right;
}

#credits .social-icons ul {
    margin: 5px 0;
}