#footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    font-size: 88%;
    padding: 5pt 30pt;
    color: #bfbfbf;
    background-color:#626262;
}
#footer img {
    margin-right: 5pt;
}
#footer > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#footer ul {
    margin-left: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5pt;
    height: 100%;
    text-align: center;
}

.list-site-friends {
    text-align: right;
}