@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

body {
    background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlqZrgIFyt3vCfLS9ZPrqL2CbTFPuy_TRkB7N1jk3nEU9ExNAZ58qE8VgZ6BIqg6WJA_h7QsVis-Iui15twDtZw3SyqWtwkbvdauBQyygUdf2Y6UlixIO2KFbcb9p8R5ScQdJ0kfFxb8WX6-9A8RdgLzDSDy96Jd0K3hDlf4lCT_tuv6J2bPp8TU6nTvg/s16000/background%20(1).jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0.5rem;
    color: orange;
}

.container {
    background-color: #333;
    border: 3px solid orange;
    width: 45rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    max-width: 100%;
}

.content {
    padding-inline: 1rem;
    text-align: justify;
}

h1 {
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: bold;
}

h2,
h3,
h4,
h5 {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

p,
ul,
ol,
li {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: justify;
}

a {
    color: maroon;
    font-weight: bold;
}

.banner-promo {
    width: 100%;
    border-radius: 0.5rem;
}

.banner {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.hot-info {
    background-color: orange;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 1rem;
}

.btn {
    border: 2px solid orange;
    color: black;
    font-weight: 700;
    width: 100%;
    font-size: 1rem;
    border-radius: 1cm;
    background: linear-gradient(150deg, orange 21%, orange 33%, rgb(255, 247, 205) 44%, orange 60%, orange 73%, orange 85%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    box-shadow: inset 0px 0px 8px black;
}

.image-promo {
    width: 100%;
}

.image-promo:hover {
    border: 1px solid orange;
}

.promo-content {
    border: 1px solid orange;
}

.accordion-item {
    background-color: orange;
    color: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px black;
}

.accordion-body {
    padding: 1.5rem;
}

.article {
    font-size: 1rem;
}

.footer {
    text-align: center;
    padding: 0.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
}

.img-sosmed {
    position: fixed;
    bottom: 25px;
    left: 5px;
    z-index: 99;
    opacity: 0.98;
    border-radius: 40px;
}

@media screen and (max-width: 480px) {
    body {
        background-color: black;
        padding: 0.5rem;
    }

    .container {
        background-color: #333;
        border: 3px solid orange;
        width: 45rem;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 1rem;
        max-width: 100%;
    }

    .content {
        padding-inline: 0.5rem;
        padding-top: 3px;
        text-align: justify;
    }

    h1 {
        color: rgb(0, 0, 0);
        font-size: 1.5rem;
        font-weight: bold;
    }

    h2,
    h3,
    h4,
    h5 {
        color: rgb(0, 0, 0);
        font-weight: bold;
    }

    p,
    ul,
    ol,
    li {
        color: #000000;
        font-size: 0.8rem;
        font-weight: 600;
    }

    a {
        color: maroon;
        font-weight: bold;
    }

    .banner-promo {
        width: 100%;
        border-radius: 0.5rem;
    }

    .banner {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .hot-info {
        background-color: orange;
        color: black;
        font-weight: 700;
        font-size: 1rem;
    }

    .btn {
        background: linear-gradient(150deg, orange 21%, orange 33%, rgb(255, 247, 205) 44%, orange 60%, orange 73%, orange 85%);
        border: 2px solid orange;
        animation: gradient 10s ease infinite;
        color: rgb(0, 0, 0);
        font-weight: 700;
        width: 100%;
        font-size: 0.8rem;
        border-radius: 1cm;
        background-size: 400% 400%;
        box-shadow: inset 0px 0px 8px black;
    }

    .article {
        font-size: 0.9rem;
    }

    .image-promo {
        width: 100%;
    }

    .image-promo:hover {
        border: 1px solid orange;
    }

    .promo-content {
        border: 1px solid orange;
    }

    .accordion-item {
        background-color: orange;
        color: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px black;
    }

    .accordion-body {
        padding: 1.5rem;
    }

    .footer {
        text-align: center;
        padding: 0.5rem;
        font-weight: 600;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-transform: uppercase;
    }
}
