@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600&family=Lexend:wght@100;200;300;400;500&display=swap');

html,body {
    width: 100%;
    height: 100%;
   
    margin: 0px;
    padding: 0px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #b910f5, #a037fb, #854aff, #6857ff, #4461ff);
}

.content {
    margin: auto;
    color: #f4f4f4;
}

a i {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 30px;
}

.iku-follow {
    background-color: antiquewhite;
}

.iku-follow h5 {
    margin-top: 20px;
    color: black;
}

.iku-top {
    background-color: antiquewhite;
    color: black;
}

.iku-timer {
    background-color: antiquewhite;
    color: black;
}


.counter li {
    display: inline-block;
    font-size: 15px;
    list-style-type: none;
    padding: 10px;
    text-transform: uppercase;
  }
  
  .counter li span {
    display: block;
    font-size: 25px;
  }

