Material theme title

I am using V2 Material Theme, and my client eants to center the TITLE text in the navbar. i try to oveeride the Css using text align center by it does not work

What css should I add?

maybe something like:

.md .navbar .title {
position: absolute;
left: 50%;
top: 50%;
transform: traslate(-50%, -50%);
}