footer {
    background-color: var(--hardchoco);
    color: floralwhite;
    width: 100%;
    
    text-align: center;
}

#centerblocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
#centerblocks img {
    height: 1.2em;
}
#centerblocks hr {
    border: 1px inset floralwhite;
    width: 70%;
}

.fblock {
    float: left;
    margin: 1em;
}

.footercell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: .3em;
}
.footerlink a {
    color: var(--white);
}
.footerlink a:hover {
    color: var(--lightgrey);
}
.footercell a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copyright {
    background-color: var(--superhardchoco);
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#naomeprocessa {
    background-color: #364723;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

