footer {
    text-align: center;
    font-family: "Albert Sans Extra Light";
    font-size: 1.080rem;
    
    background-color: #272529;
    color: #dfdfdf;
}

footer > a {
    text-decoration: none;
    text-align: center;

    color: #9789e9;
}

/* ---------- Dark theme: ---------- */

.dark footer {
    background-color: #222222;
    
    border-top: 1px solid #353535;
}

.dark footer > a {
    color: #ff8bb0;
}