
footer {
    text-align: center;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    bottom: 0;
}

footer p {
    margin: 10px 0;
    color: #6c757d;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

footer a {
    color: #007bff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}