/* Footer */
footer {
    background: var(--dark-color);
    color: white;
    text-align: center;
    padding: 30px 0;
    font-size: 0.9rem;
}
