.logo-foot{
    width: 250px;
}

.copyright{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    background-color: #eeeeee;
    color: #555555;
    font-size: small;
}

.files{
    list-style: none;
    text-align: center;
    padding: 5px;
    color: #555555;
    background-color: #f7f7f7;
    font-size: small;
    margin: 0;
    border-top: #eee solid 3px;
}

.files > *{
    padding-top: 5px;
}