*{
    margin: 0px;
    padding: 0px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-family: 'Gilroy-Heavy', sans-serif;
    font-family: 'Gilroy-Light', sans-serif;
    font-family: 'Gilroy-Medium', sans-serif;
    font-family: 'Gilroy-Regular', sans-serif;

}



body{
    background-color:#040104;
    color: aliceblue;
    
   }
.container{
    margin: 0px 20px;
}

img{
    max-width: 100%;
    max-height: 100%;
}
.logo{
    
    text-align: center;
    font-family: Gilroy-Bold;  
    color: #efca5a;  
}
.logo img{
    max-width: 70%;
    max-height: 70%;
    display: block;
    margin: 20px auto;
    
}
.logoa{
    font-family: Gilroy-Heavy;
    text-align: center;
    font-weight: 900;
    
    font-size: 30px;
    margin-top: 20px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #ffb812 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #e0a926 62.5%, #eeac13 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.logob{
    text-align: center;
    font-family: Gilroy-Bold;
    margin-top: 20px;
}
.logob button{
    padding: 7px 60px;
    font-family: Gilroy-Bold;
    margin: 10px 5px;
    font-size: 20px;
    border-radius: 12px;
    font-weight: 900;
   
}
.bonus-banner {
    margin: 0px  -20px;
}

.social{
    text-align: center;
}

.social ul{
    
    display: flex;
    list-style: none;
    justify-content: space-between;
     
}
.social li{
    float: left;   
    width: 60px;
    
}

.mid{
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.weblist{
    font-size: 14px;
}



.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
 
  .column {
    flex: 30%;
    max-width: 32%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  .rest{
    font-size: 22px;
  }
 
  @media screen and (max-width: 300px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  

 