footer {
    background-color: #643232;
    padding: 20px;
    text-align: center;
    font-size: 0.6em;
    color: white;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left, .footer-center, .footer-right {
    flex: 1;
}

.footer-logo {
    max-width: 150px;
    height: auto;
}

@media (max-width: 768px) {
    .footer-wrapper {
        flex-direction: column;
    }

    .footer-left, .footer-center, .footer-right {
    }
}
