footer {
    position: fixed;
    z-index: 9;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: var(--gap);
    display: flex;
    justify-content: flex-end;
}

footer span {
    margin-bottom: calc(17 * var(--size));
}

@media only screen and (max-width: 1024px) and (min-height: 147vw) {
    footer {
        justify-content: center;
        text-align: center;
    }

    footer span {
        margin-bottom: 0;
    }
}
