Modal Page footer button align to center

on every Modal Page their is a button on the footer Add/Save and Cancel
I want this 2 button to be align as centerI try the css at HTML->Styles->User.modal-footer {
text-align: center;
}but the button are not align center.

That is because the buttons are not text, you may try: justify-content: center;.