footer {
    background-color: #2e7d32;
    color: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

footer a {
    color: #81c784;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Mobile Styles */
@media (max-width: 768px) {
    footer p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    footer p {
        font-size: 0.9rem;
    }
}