﻿.center-li {
    display: flex !important; /* Enables Flexbox on the li container */
    justify-content: center !important; /* Centers horizontally */
    align-items: center !important; /* Centers vertically (if the li has a defined height) */
    /* Optional: define a height for the li to demonstrate vertical centering */
    height: 100px !important;
}
