footer{
    /* position: absolute; */
    bottom: 0px;
    margin-top: 2rem;
    width: 100%;
    height: calc(var(--nav-height) - 1.4rem);
    text-align: center;
    background: #080808;
    box-shadow: 0px -1px 5px -3px white;
    border-top: 1px solid var(--bm-text-shadow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}