.center-outer {
    position: relative;
    display: inline-block;
}

.center-inner {
    display: inline-block;
    position: absolute;
    top: 50%; 
    left: 50%; 
    margin-right: -50%; 
    white-space: nowrap;
    transform-origin: center;
}