/*================================================
    Footer
================================================*/

footer {
    width: 80%;
    max-width: var(--default_width);
    margin: 0 auto;
    padding: 1em 0;
}

footer .menu {
    list-style: none;
    text-align: right;
}

footer .menu li {
    display: inline-block;
    margin-right: 2em;
}

footer .menu li:last-of-type {
    margin-right: 0;
}

footer .menu a {
    color: var(--body);
    text-decoration: none;
}