/* Footer styles */
footer {
    background: #000;
    color: #fff;
    padding: 16px 24px;
    margin-top: auto;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links img {
    height: 24px;
    width: auto;
}
