footer {
    background: #e2e8f0;
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: #555;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    height: 20px;
    width: auto;
}