I want to centre the title of my blogs page

I want to centre the title design insight https://swawe.store/blogs/inspiration-behind-the-design
on the link attached

You can add this css in base.css file

.title–primary {
text-align: center;

}