header .container {
    background: url(https://journal.uptm.edu.my/public/site/images/uptm/frame-275-cc8dcf74235666d22b551ad4876ebadf.png);
    box-shadow: 0px 1px 18px -10px rgb(39 39 136 / 75%);
    border-right: 1px solid white;
    border-left: 1px solid white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#customblock-journalissue > div > center:nth-child(3) > a {
    padding: 4px;
    background: #262a79;
    padding-left: 25px;
    padding-right: 25px;
    color: azure;
    border-radius: 5px;
}

.navbar-brand-logo img {
    display: none;
}

.pkp_block h2.title, .pkp_block .content span.title, .pkp_block span.title {
    color: #022a79;
    font-weight: 800;
}

.pkp_block .title {
    border-bottom: 3px solid #262a79;
}

footer .container {
    background: #031f55;
    color: #ffffff;
}

.copy-right {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}


footer h4 {
    color: #000000;
    background: linear-gradient(45deg, #ffffff, transparent);
    font-weight: 700;
    padding: 5px;
    border-radius: 5px;
}

nav.col-md-7 {
    padding-bottom: 60px;
}