Center page title

Use the following CSS to center your page titles across all pages of your site.

.page .entry-header {
	text-align: center;
}