body {
    color: #222;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .07);
}

.index-site-journals h2 {
    font-size: 50px;
}

.atas-head h2 {
    font-size: 40px;
    color: #3b5973;
}

.atas-head p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.nav-item a {
    color: #333 !important;
    font-weight: 500;
    transition: 0.3s ease;
}

.wrapper-content {
    background-color: #f4f5f7;
    margin-top: 4rem;
    padding-top: 20px;
    padding-bottom: 4rem;
}

.card {
    /* padding: 15px 0px; */
    /* min-height: 240px; */
    /* max-height: 250px; */
    border-radius: 13px;
    box-shadow: 0 0 5px rgb(80 80 80 / 22%);
    background-color: #fff;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, .05);
}

.card-body {
    padding: 1.5rem 1.5rem;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.mb-2 {
    /* margin-bottom: 20px; */
}

.index-site-journal-header a {
    font-size: 17px !important;
    text-decoration: none !important;
    color: inherit;
}

.index-site-journal-header {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.index-site-journal-thumb img {
    border-radius: 10px;
}

.btn.view {
    padding: 7px 15px;
    font-size: 15px;
    background-color: #0037ce;
    color: #fff;
    border-color: #0037ce;
    transition: 0.3s ease;
    border-radius: 5px;
}

.btn.view:hover {
    background-color: #dd1200c5;
    color: #fff;
    border-color: #dd1200c5;
    transform: translateY(-2px);
}

.gb {
    width: 60px;
    height: 4px;
    background: #dd1200c5;
    margin: 15px auto 0;
    border-radius: 4px;
}

.edujavare-card {
    /* height: 1200px; */
}

.pkp_structure_footer_wrapper {
    background-color: #111827;
    color: #fff;
    text-align: left;
}

.pkp_structure_footer p {
    color: #d9d9d9;
}

footer {
    border-top: 1px solid #3d3d3d;
    padding: 15px;
    color: #d9d9d9;
}