Центрирование заголовка сайта

В HTML верх:

Код:
<style>
#pun-title .title-logo {
    text-align: center;
}
</style>

Источник