How can I center page titles in the Dawn template?

Hello,
I have the following question:
How can I centre the page titles in the Dawn template (default is left-aligned)? Background: The page titles of the legal pages are centred and I would like to have it the same. :slightly_smiling_face:
Best regards
Dini

@Dini_1

Please share store URL!

Thanks!

Sorry, I’m not allowed to share the store url as it’s for a new project that hasn’t been released yet.
But hopefully the question should be answerable without the store url. :slightly_smiling_face:

Solution found:

insert the following at the bottom of the base.css file:

.main-page-title {
text-align: center;
}