.my-center-class {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex; justify-content: center;
}