@charset "utf-8";
footer {
    height: var(--footer-height);
    text-align: center;
    line-height: var(--footer-height);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}