.footer-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

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