.footer {
    background-color: #f0f0f0;
    padding: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    border-top: 1px solid #ddd;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.footer h2 {
    margin: 0;
    font-size: 28px;
    color: #333;
}

.footer p {
    margin: 5px 0;
    color: #555;
}

.contact-info,
.footer-links {
    margin-top: 20px;
}

.footer h3 {
    margin: 15px 0 5px;
    font-size: 20px;
    color: #007BFF;
}

.footer-links a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #007BFF;
}

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

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    color: #777;
    font-size: 14px;
}
