.wp-menu-app-items {
    width: 100%;

    /* background-color: aqua; */
}

.menu-app-items {
    width: 100%;
    /* display: flex;
    justify-content: center; */
    list-style: none;
    font-size: 14px;
    /* color: white; */
    text-transform: uppercase;
    
}
.mn-app-item {
    padding: 20px;
    border-bottom: 1px solid lightgray;
    
    /* background-color: lightgreen; */
}
.mn-app-item a {
    color: white;
}


