/* Center journal logo and title */

.pkp_site_name {
    text-align: center !important;
}

.pkp_site_name a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.pkp_site_name img {
    margin: 0 auto 10px auto !important;
    display: block !important;
}