/* Footer */
.footer {
    background-color: var(--dark-brown);
    color: var(--white);
    text-align: center;
    padding: 2rem 0;
}

