/* Footer */
footer {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ccc;
}

footer p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

footer .footer-links {
    margin-top: 10px;
}

footer .footer-links a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
}

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

footer .logo {
    margin-bottom: 10px;
}

footer .logo img {
    width: 150px;
    height: auto;
}

footer .social-links img {
    width: 24px;
    height: 24px;
    margin: 0 5px;
}
