.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer p {
    font-size: 14px;
    line-height: 1.5;
}

.footer a {
    color: #007bff;
    text-decoration: none;
}

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

.social-links {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-links a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.social-links a:hover {
    color: #007bff;
}
