footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0,0,0,0.7);
    border-top: 1px solid rgba(98,39,149,0.4);
    color: #ABAEB7;

    z-index: 1000;

    text-align: center;        /* ✅ ADD THIS */
    font-size: 13px;           /* ✅ ADD THIS (fix visual shift) */
}