footer {
    background-color: #f1f1f1;
    padding: 15px 20px;
    text-align: center;
    font-size: 0.9em;
    color: #555;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

footer .footer-content p {
    margin: 5px 0;
}

footer .footer-content a {
    color: #28a745;
    text-decoration: none;
    margin: 0 5px;
}

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