html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(to bottom, #d5ecfc, #ffffff);
    font-family: "Open Sans", Andalus, serif;
    font-size: 18px;
    font-weight: 400;
}

a:hover {
    color: rgb(82, 82, 160);
}

p {
    text-align: justify;
}

blockquote {
    margin: 40px 40px 40px 40px;
}

figcaption {
    margin-top: 20px;
}

/* Main Content */
.headline-text {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    text-align: center;
}

.ilustrasi-gambar img {
    max-width: 100%;
    height: auto;
    background: transparent;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
}

/* Sidebar */
.sidebar-wrapper {
    top: 60px;
    z-index: 1;
}

.img-panel {
    border-radius: 25px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.6);
}


/* Footer */
.copyright-text {
    padding-top: 50px;

}

/* Button Swipe-up */
.swipeup {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background: linear-gradient(to right, rgb(0, 51, 255), cyan) !important;
    border: solid 1px silver;
    z-index: 999;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    body {
        padding-bottom: 60px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
        margin: 2rem 0rem 2rem 0rem;
    }

    h3 {
        font-size: 22px;
    }

    p li {
        font-size: 16px;
    }
}