footer {
    background-color: var(--background);
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--color);
    padding: 2rem;
    text-align: center;
}