/* Footer */

footer {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding-bottom: var(--space-xl);
}

.footer__link > span {
    color: var(--color-01);
}