*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.randomize ms-2 img{
    width: 40px;
    height: 40px;
  }
  #prize1{
    align-items: center;
  }
  .judulUtama{
    text-align: center;
    width: 200px;
    height: 50px;
  }
  .h4{
    width: 200px;
    height: auto;
  }
  .prize1{
    margin: 0 200px;
  }
body{
    background-color: black;
}

main {
  background-image: url('bg.jpg'); /* path to your image */
  background-repeat: no-repeat;            /* prevent tiling */
  background-attachment: fixed;            /* make it sticky / fixed */
  background-size: cover;                  /* scale to cover full screen */
  background-position: center center;      /* center the image */
  background-color: #000;                  /* fallback color if image fails */
}
#header{
    background: url('thaibg.png');
    background-size: cover;
}

#time{
    color:#eee;
}
header{
    background-color: rgba(0, 0, 0, 0.7);
}
#header img{
    width: 25rem;
}
.menu{
    align-items: start;
    border-bottom: 3px solid white;
}
.menu li{
    list-style-type: none;
    margin: 0 0.3rem;
}
.btn-warning{
background-color: #0830A7;
color: #eee;
}
.btn-warning:hover{
    background-color: #DF171F;
    color:white;
}
.isi{
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    padding:20px;
}
.isi img{
    width: 25vw;
}
.resultTerbaru{
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
   text-align: center;
    color:#eee;
        border: 1px solid gold;
        border-radius: 20px;
}
.resultTerbaru p{
    align-items: center;
}
.resultTerbaru span img{
    width: 40px;
    align-items: center;
}
.resultTerbaru h2{
    align-items: center;
    padding:5px;
}
.title{
    background: linear-gradient(to bottom, #1455BF, #176CE3);
    margin: 0;
    padding: 0;
}
.gambar{
    margin: 0 20px;
}
.gambar img{
    width: 40px;
    margin:0 3px;
}
.title{
    margin: 0 auto;
    color:#eee;
}
.prize{

    justify-content: center;
   margin:5px 2px;
}
.jarak{
    margin:0 2rem;
}
.history{
    background-color: rgba(0,0,0,0.7);
    padding:20px;
}
.keluaranSebelumnya{
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
   text-align: center;
    width:24%;
    height: 100%;
    border: 1px solid gold;
    margin: 5px 5px;
    color:#eee;
    border-radius: 20px;
}
.prizeHistory{
    display: flex;
    justify-content: center;
   margin:5px 2px;
   flex-wrap: nowrap;
   height: auto;
}
.prizeHistory img{
    width: 25px;
    margin: 0 2px;
}
.gambarHistory{
    margin-left: 20px;
}
.batas{
    border-bottom: 1px solid black;
}
footer{
    padding:20px;
    text-align: center;
    color:#eee;
}

