footer {
    margin-top: auto!important;
    padding: 1rem 80px 1rem 15px;
    display: block;
    text-align: center;
    background-color: #F0F0F0;
}

body.dark footer {
    background: #142634;
}

footer .title {
    font-size: 0.7rem;
}

footer ul {
    display: inline-block;
    margin-bottom: 0;
    list-style: none;
    font-size: 0.7rem;
}