<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />

/* CSS Bawaan */
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto
}

.btn-primary {
    border-color: transparent;
}

#wrap {
    margin: auto auto;
    text-align: left;
}

a.btn {
    display: block;
    position: relative;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    ,
    text-decoration: none;
    background: #42d697;
    padding: 10px;
    margin: 10px;
    color: #fff;
    box-shadow: inset 0 0 0 #fff;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.3s ease-out;
}

a.btn:hover {
    background: #fff;
    color: #42d697;
    box-shadow: inset 0px -50px 0px #fff;
}

a.btn:active {
    color: #fff;
    box-shadow: inset 0px -50px 0px #fff;
}


.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: none;