body{
   background: linear-gradient(159.02deg, #171202 14.25%, #b4963b 56.45%, #1d1706 86.14%);
}
html{
    background:  linear-gradient(159.02deg, #0F123B 14.25%, #090D2E 56.45%, #020515 86.14%);
}

h1{
    font-family: 'Oxanium-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

h2{
    font-family: 'Oxanium-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: .5px;
    /* or 36px */
    color: #FFFFFF;
}
h3{
    font-family: 'Oxanium-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: .5px;
    /* or 36px */
    color: #34D178;
}

h4{
    font-family: 'Oxanium-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: .5px;
    /* or 36px */
    color: #FFFFFF;
}

span.newcolor {
    color: #ffc31d; 
    font-size: 20px;
    font-weight: 800;
}

h5{
    font-family: 'Oxanium-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: .5px;
    /* or 36px */
    color: #FFFFFF;
}

p{
    font-family: 'Oxanium-Regular';
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: .5px;;
}

a{
    text-decoration: none;
}

/* MAIN START */
/* main {
    padding: 0 40px !important;
} */

.system-infos {
    margin-top: 20px;
    position: relative;
}

.system-infos::-webkit-scrollbar {
    height: 0; 
    background: grey; 
}
.system-infos::-webkit-scrollbar-thumb {
    height: 0; 
    background: #34D178; 
}
.system-infos img{
    width: 100%;
    height: 100px
}
.system-info{
    /* margin: 0 10px */
    position: relative;
    display: flex;
    /* margin-right: 10px; */
    align-items: center;
    margin-bottom: 10px;
}
.system-info-detail{
    position: absolute;
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    
}
.system-info-text h4{
    color: #e9ce14;
    font-weight: 800;
}
.system-info-text p{
    font-size: 12px;
    color: #FFFFFF;
}

.system-info-detail img{
    height: 80px;
    width: auto;
}
.system-info-text{
    padding-right: 10px;
}

.sit-forward{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sit-forward img {
    height: 25px;
}

.detail-remaining{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.detail-remaining img{
    width: 100%;
    height: 160px;
}

.detail-remaing-info h2{
    position: relative;
    font-size: 16px !important;
}
.detail-remaing-info h3{
    color: #FFFFFF;
    font-size: 42px;
}

.detail-remaing-info p{
    font-size: 10px;
    font-weight: bold;
}

.detail-remaing-info {
    position: absolute;
    text-align: center;
}

.distribute p{
    color: #fff;
}

.lottery p{
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .system-info-detail img{
        height: 45px;
    }

    .sit-forward img{
        height: 25px;
    }
    .system-info-detail{
        padding: 0 10px;
    }
    
}