footer {
    position: relative; 

    margin: 0; 
    width: 80%;
    height: 20%;
    left: 10%; 

}    

#miniBrand {
    width: 30%;
    height: auto; 
    padding-top: 4%;
}

#miniBrand:active {
    background-color: lightgray;
}

#gerenza {
    display: inline-block;
    position: relative; 
    padding-bottom: 1%;
    padding-left: 1%; 
     
    font-size: 0.8em; 
    font-weight: 900;
}

#pFoot {
    padding-top: 2%; 
    padding-bottom: 1%;

    padding-right: 35%; 
    padding-left: 35%;   

    text-align: center;

    font-size: 0.8em;
    font-weight: 500;
    font-style: italic;
    background-color: darkred;
    color: white; 
    
    border-top-style: solid; 
    border-top-color: black; 
    border-top-width: thick;
    border-bottom-style: double; 
    border-bottom-color: black;
    border-bottom-width: 5%; 
}

#ultima_parola { font-style:normal}
