.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: var(--footer-text-color);
    background-color: var(--footer-background-color);
    text-align: center;
    clear: both;
}