body {
    font-family: verdana;
    font-size: 12px;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #3050F3;
}

a:hover {
    color: #000F5E;
}

div.pdf {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.title {
    font-size: 18px;
    color: blue
}

.tentang {
    text-transform: capitalize;
    text-align: justify;
    font-size: 12pt
}

.button {
    background-color: black;
    color: white;
    font-size: 14pt;
}

.pdf-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* Untuk rasio aspek 16:9 */
}

.pdf-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#example_filter {
    display: none;
}
@media (max-width: 768px) {
    .pdf-container {
        padding-top: 75%;
        /* Untuk rasio aspek 4:3 pada perangkat mobile */
    }
}