@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Yatra+One&display=swap');
html,body {
    overflow-x: hidden;
}
body {    
    font-family: 'Yatra One', cursive;
    font-size: 26px;    
    background: #000;
    color: #fff;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Limelight', cursive;
}
section {
    padding: 50px 0;;
}
section .section-heading {
    font-size: 50px;
    color: #ffc920;
    margin-bottom: 25px;
    font-family: 'Limelight', cursive;
}
section.bg-yellow .section-heading {
    color: #000;
}
.container {
    position: relative;
    z-index: 1;
}
.letter-spacing {
    letter-spacing: 3px;
}
.text-shadow-black {
    text-shadow: 5px 5px #000;
}
.flip-img {
    transform: scaleX(-1);
}
.bg-yellow {
    background: #ffc920;
}
.btn-buynow {
    padding: 10px 25px;
    color: #018440;
    font-size: 26px;
    background: #fff;   
}
.btn-buynow:hover {
    background: #07b65b;
}
header {
    padding: 50px 0;    
    background: #000;
    font-family: 'Limelight', cursive;
    position: relative;
}
header #tsparticles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
header img {
    border-radius: 40px;
    /* box-shadow: 0px 0px 20px 16px rgb(0 0 0 / 78%); */
}
header .token {
    display: inline-block;
    background: rgb(255 200 29 / 81%);
    padding: 20px 40px;
    border-radius: 20px;
    line-height: 1;
    margin: 50px 0 30px;
    text-align: center;
    font-size: 22px;
}
header .token .symbol {
    font-size: 90px;
    color: #000;    
}
header .social a {
    display: inline-block;
    text-decoration: none;
    border: 4px solid #ffc920;
    line-height: 1;
    padding: 20px 32px;
    border-radius: 8px;
    color: #fff;
    margin: 0 8px;
    background: #000;
}
#tokenomic .wrap-img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    display: inline-block;
}
#tokenomic .value {
    font-size: 32px;
}
#scam-alert img {
    display: block;
    border: 5px solid #ffc920;
    margin-bottom: 24px;
    border-radius: 8px;
}
@media (max-width: 992px) {
    body {
        font-size: 22px;
    }
    header img {
        width: 400px;
    }
    header .token {
        font-size: 20px;
    }
    header .token .symbol {
        font-size: 70px;
    }
}
@media (max-width: 576px) {
    body {
        font-size: 18px;
        text-align: center;
    }
    header,
    section {
        padding: 30px 0;;
    }
    section .section-heading {
        font-size: 32px;
        margin-bottom: 15px;
    }
    header img {
        width: 250px;
    }
    header .token {
        padding: 20px;
        margin: 30px 0 20px;
    }
    header .token .symbol {
        font-size: 40px;
    }
    header .social a {
        padding: 16px 24px;
    }
    #tokenomic .value {
        font-size: 28px;
    }
    #how-to-buy img {
        width: 60%;
    }
    #scam-alert img {        
        border: 3px solid #ffc920;
        margin-bottom: 12px;
    }
}