.text-decoration-none{
    text-decoration: none;
}
/* CSS untuk efek parallax */
.parallax {
    /* Ukuran dan posisi */
    position: relative;
    overflow: hidden;
  
    /* Background */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  

  


.ads_right {
    position: fixed;
    right: 0;
    margin-right: 50px;
    top: 100px;
    width: 112px!important;
    height: 420px!important;
    z-index: 1000;
    width: 200px;
}

.ads_right img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.ads_left {
    position: fixed;
    left: 0;
    margin-left: 50px;
    top: 100px;
    width: 112px!important;
    height: 420px!important;
    z-index: 1000;
    width: 200px;
}

.ads_left img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

