body {
    background-attachment: fixed !important;
    background-position: top !important;
    background-size: cover !important;
}
    .contentdata {
    background: #000000 center center no-repeat !important;
    background-attachment: fixed !important;
    background-position: top !important;
    background-size: cover !important;
    }
.togel-desktop {
    background: transparent !important;
}
.transaksi {background: transparent !important;
}
.menu-item.active { 
    background: transparent !important; 
}
.result {
    box-shadow: 3px 3px 3px 1px rgb(0 0 0 / 55%);
}
.btn-tele{
  border: 2px solid #0096FF;
  background: linear-gradient(to bottom, #000000 0%, #303030 50%, #000000 100%);
  color: #FFD700;
  text-shadow: 1px 1px #000000;
}
.footer-gambar-wrap{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}

.footer-gambar-img{
  width: 100%;
  height: auto;              
  display: block;
  object-fit: contain;      
  object-position: center bottom;
}
@media only screen and (max-width: 1000px) {
    .contentdata {
	background-attachment: fixed;
	background-size: 100% !important;
    }
}
@media only screen and (max-width: 1000px) {
    .header-content {
	background-attachment: fixed;
	background-size: 100% !important;
    }
}