@charset "UTF-8";
/* CSS Document */
/* footer.css */
.footer {
    background-color: #1f2937;
    color: white;
    padding: 2rem;
    margin-top: 4rem;
}

