footer {
    text-align: center;
    padding: 2rem 1rem;
    background: var(--footer-bg);
    color: var(--footer-text);
    margin-top: auto;
}

footer p {
    color: inherit;
}
