.body-riwayat {
    background: url('../img/Image-New/logo.png') no-repeat center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
    color: white;
}

.body-riwayat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
}

.profile-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.profile-content h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    margin-bottom: 10px;
    color: rgb(255, 238, 0);
}

.profile-content p {
    font-size: 1.2em;
    margin-bottom: 8px;
}

.footer-riwayat {
    justify-content: flex-end;
    /* Align text to the right */
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #555;
}

.footer-text-riwayat {
    text-align: right;
    font-style: italic;
    color: #888;
}