footer {
    background-color: #338C33;
    padding: 1.2rem;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

footer img {
    height: 45px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}


@media (max-width: 600px) {
    footer {
        padding: 1rem 0.5rem;
    }

    footer img {
        height: 38px;
    }
}
