Center aligning About and Contact page titles on Dawn theme 11.0.0

I need to center align the About and Contact page titles on the Dawn theme. I’ve tried multiple codes from other posts and none of them are working. My Refund Policy, Privacy Policy, Shipping, and Terms of Services page titles are all center aligned and I need the About and Contact pages to match. I’ve attached a couple screen shots.

You can do that by going to your Online store > Themes > Customize > select Contact page template > in Sections > select Page > Custom CSS > add this code below and Save

h1 {
  text-align: center;
}

Thank you so much Dan! :folded_hands:t4:

Happy I could help :heart: