.app-footer{
    width:100%;
    padding:8px 0;
    background:#111;
    color:#fff;
    font-size:12px;
    position:fixed;
    bottom:0;
    left:0;
    z-index:1000;
}

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

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

.footer-text{
    opacity:0.9;
}
