html, body {
    color: #000;
    background-image: url('https://ejournal.mandalabhakti.ac.id/public/site/images/mjournal/double-bubble-outline.png');
    background-repeat: repeat;
}
.pkp_structure_footer_wrapper {
    background: #a02828;
    background-image: url('https://ejournal.mandalabhakti.ac.id/public/site/images/mjournal/footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
}

.pkp_structure_content {
    background: #FFF;
}

.pkp_block {
    padding: 1rem 1.5rem;
}

.pkp_block .title {
    margin-bottom: 5px;
    color: #f8f8f8;
    background: #e25735;
    padding: 5px;
    border-bottom: 2px solid #75230e;
}

.pkp_navigation_primary_wrapper {
    padding-left: 5px;
    padding-right: 5px;
}