.section_hero {
    /* background-image: linear-gradient(#00bbf9, #00bbf9) */
    background-image: url('../images/active-pip-bedroom-1.png');
    width: 100%;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.75em;
    background-repeat: no-repeat;
    background-size: cover;
}

.grass_hero {
    opacity: .65;
    background-image: url('../images/grass_hero.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 25%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.chara_hero {
    height: 65%;
    position: absolute;
    inset: auto auto -6%;
}

.logo {
    height: 40%;
    position: absolute;
    inset: 6% auto auto;
}

.tg {
    z-index: 50;
    color: #000;
    background-color: #FEE440;
    color: #000000;
    background-color: #fee440;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 60px;
    box-shadow: 5px 5px #000000;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url('../images/tg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 90%;
    border: 3px solid #000;
    border-bottom-width: 6px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 53px;
    margin-top: 25px;
    padding: 0;
    font-size: 23px;
    line-height: 23px;
    display: flex;
}

.tg:hover {
    border-top-width: 6px;
    border-bottom-width: 3px;
}

/* .x {
    z-index: 50;
    color: #000;
    background-color: #FEE440;
    color: #000000;
    background-color: #fee440;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 60px;
    box-shadow: 5px 5px #000000;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url('../images/x.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    border: 3px solid #000;
    border-bottom-width: 6px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 53px;
    margin: 25px;
    padding: 0;
    font-size: 23px;
    line-height: 23px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
} */
.x:hover {
    border-top-width: 6px;
    border-bottom-width: 3px;
}

.button_buy:hover {
    border-top-width: 10px;
    border-bottom-width: 3px;
}

.grain {
    z-index: 2000;
    opacity: .5;
    pointer-events: none;
    mix-blend-mode: multiply;
    background-image: url('../images/grain.png');
    background-position: 0 0;
    background-size: auto;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
}

.rays {
    opacity: .43;
    mix-blend-mode: luminosity;
    background-image: url('../images/rays.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
}

.separator {
    background-color: #f1cb2c;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    width: 100%;
    height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    white-space: nowrap;
}

.separator_in {
    background-color: #fddc54;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.ca {
    color: #000000;
    background-color: #ffffff;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 75px;
    display: flex;
    align-items: center;
    border-radius: 0px 60px 60px 0px;
    box-shadow: 9px 8px #000000;
    padding-left: 40px;
    padding-right: 40px;
}

.section_about {
    background-image: linear-gradient(#00bbf9, #00bbf9);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
    display: flex;
    position: relative;
}

.grass {
    opacity: .5;
    background-image: url('../images/grass_01.svg');
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 100px;
    position: absolute;
    inset: 0% 0% auto;
}

.block_h1 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
    transform: skew(0deg, -5deg);
}

.h1 {
    color: #ffffff;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    font-family: Positiveforward, sans-serif;
    font-size: 100px;
    line-height: 75px;
    text-shadow: 5px 8px #000000;
    width: 50vw;
}

.h1.shadow {
    color: #000;
    margin-top: 10px;
    position: absolute;
    inset: 0%;
}

.block_para {
    background-color: #f1cb2c;
    border: 3px solid #000;
    border-bottom-width: 10px;
    border-radius: 20px;
    width: 650px;
    height: auto;

    /* margin-top: -20px */
    padding: 15px;
    position: relative;

    /* transform: skew(0deg, -4deg) */
}

.paragraph {
    color: #ffffffff;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-family: Positiveforward, sans-serif;
    font-size: 35px;
    line-height: 1;
    text-shadow: 3px 3px #000000;
    text-transform: uppercase;
    margin-top: 10px;
}

.pip_about {
    height: 500px;
    margin-top: -32px;
    position: relative;
    margin-top: 50px;
}

.image {
    height: 100%;
}

.image-2 {
    position: absolute;
    inset: 11% 0% 0% 1%;
}

.button_dextools {
    color: #000;
    background-color: #f1cb2c;
    border: 3px solid #000;
    border-bottom-width: 10px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-top: 11px;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 23px;
    display: flex;

    /* position: static */
    /* inset: auto auto 0% */
}

.button_dextools:hover {
    border-top-width: 10px;
    border-bottom-width: 3px;
}

.block_tokenomics {
    /* background-color: #917915 */
    border-radius: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    display: flex;
    background-color: #f1cb2c;
    border: 3px solid #000;
    border-bottom-width: 10px;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 650px;
    height: auto;
    display: flex;
    position: relative;
}

.tokenomics_details {
    color: #ffffff;
    background-color: #f1cb2c;
    border: 3px solid #000;
    border-bottom-width: 10px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 600px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 11px;
    font-family: Positiveforward, sans-serif;
    display: flex;
    inset: auto auto 0%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 30px;
    line-height: 1;
    text-shadow: 3px 3px #000000;
    text-transform: uppercase;
}

.tokenomics_details:hover {
    border-top-width: 10px;
    border-bottom-width: 3px;
}

.block_paragraph {
    justify-content: center;
    align-items: center;
    width: 650px;
    margin-top: 50px;
    display: flex;
    transform: skew(0deg, -5deg);
}

.paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 35px;
}

.image-3 {
    height: 220px;
    inset: -33% auto auto;
}

.section_tokenomics,
.section_memes {
    background-image: url('../images/active-pip-section_3-2.png');
    background-color: #00bbf9ff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.block_memes {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75px;
    display: flex;
    position: relative;
}

.meme {
    border: 3px solid #000000;
    border-bottom-width: 5px;
    border-radius: 17px;
    width: 250px;
    height: 250px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;

    /* box-shadow: 0 0 20px #fef595 */
    background-size: cover;
}

.fly {
    z-index: 50;
    height: 250px;
    position: absolute;
    inset: 40% auto auto;
}

.block_token {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.tweet {
    justify-content: center;
    align-items: center;
    width: 800px;
    height: auto;
    margin-top: 65px;
    display: flex;
}

.code-embed {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

@media screen and (max-width: 991px) {
    .tweet {
        width: 90%;
    }

    .h1 {
        width: 75vw;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 70%;
        height: auto;
        top: 10%;
    }

    .tg {
        margin: 25px;
        inset: 0% auto auto 0%;
    }

    .x {
        inset: 0% 0% auto auto;
    }

    .button_buy {
        width: 90%;
    }

    .h1 {
        font-size: 80px;
        line-height: 70px;
        width: 75vw;
    }

    .block_para {
        width: 90%;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .block_in {
        padding-top: 50px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .button_dextools {
        width: 90%;
    }

    .block_tokenomics {
        width: 90%;
        height: auto;
    }

    .tokenomics_details,
    .block_paragraph {
        width: 100%;
        font-size: 25px;
        text-shadow: 1px 1px #000000;
    }

    font-size: 25px;

    .image-3 {
        height: 200px;
        top: -16%;
    }

    .block_token {
        width: 90%;
        height: auto;
    }
}

@media screen and (max-width: 479px) {
    .logo {
        width: 90%;
        top: 14%;
    }

    .tg,
    .x {
        width: 55px;
        height: 55px;
        margin: 0px;
    }

    .ca {
        font-size: 17px !important;
        line-height: 15px;
        width: 90vw;
        text-align: center;
        margin-top: 0;
    }

    .block_h1 {
        margin-top: -36px;
    }

    .h1 {
        font-size: 50px !important;
        line-height: 45px;
    }

    .h1.shadow {
        margin-top: 5px;
        display: flex;
    }

    .block_in {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .paragraph {
        font-size: 30px;
    }

    .shrub_about {
        width: 65%;
        height: auto;
    }

    .tokenomics_details {
        text-align: center;
        width: 95%;
        font-size: 25px;
        line-height: 18px;
    }

    .image-3 {
        top: -68%;
    }
}

@font-face {
    font-family: 'Positiveforward';
    src: url('../fonts/PositiveForward.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

background-color: #000000 {
}

aspect-ratio {
}

.yt-embed-holder {
    height: 65%;
    border-radius: 25px;
    aspect-ratio: 9 / 16;
    box-shadow: 9px 8px #000000;
    background-color: #000000;

    /* margin-top: 15px */
    /* margin-bottom: 15px */
}

.h3Shadow {
    text-shadow: null;
    -webkit-text-stroke-width: 0px;
    text-shadow: 2px 2px #ffffff;
    -webkit-text-stroke-color: #ffffff;
    color: #000000;
    line-height: 1;
    margin-top: 20px;
}

.copy-button {
    color: #000000;
    background-color: #FEE440;
    font-family: Positiveforward, sans-serif;
    font-size: 35px;
    height: 75px;
    width: 200px;
    display: flex;
    border-radius: 60px 0px 0px 60px;
    box-shadow: 9px 8px #000000;
    padding-left: 20px;
    padding-right: 20px;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top-style: none;
    border-right-style: none;
}

.separator-text {
    color: #ffffffff;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-family: Positiveforward, sans-serif;
    font-size: 35px;
    line-height: 1;
    text-shadow: 2px 2px #000000;
    text-transform: uppercase;
    margin-top: 5px;
    white-space: nowrap;
}

.separator-dash {
    color: #00bbf9ff;
}

.separator-ca {
    color: #ffffffff;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-family: Positiveforward, sans-serif;
    font-size: 35px;
    line-height: 1;
    text-shadow: 2px 2px #000000;
    text-transform: uppercase;
    whitespace: nowrap;

    /* margin-top: 10px */
    text-decoration: none;
}

.h1-section_3 {
    width: 100%;
}

.div-interal-section-3 {
    margin-top: 25px;
    font-size: 30px;
}

.footer {
    background-color: #00bbf9ff;
    padding-top: 75px;
    padding-bottom: 75px;

    /* height: 50vh */
}

.section_mystory {
    background-color: #00bbf9ff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 125px;
    padding-bottom: 125px;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.button-buy-footer {
    color: #000;
    background-color: #FEE440;
    color: #000000;
    background-color: #fee440;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 60px;
    box-shadow: 5px 5px #000000;
    padding-left: 40px;
    padding-right: 40px;
    border: 3px solid #000;
    border-bottom-width: 10px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 53px;
    margin-top: 25px;
    padding-top: 11px;
    font-family: Positiveforward, sans-serif;
    font-size: 35px;
    line-height: 23px;
    display: flex;
    margin-top: 40px;
}

.img-footer {
    width: 300px;
    padding-left: 15px;
}

/* .button-buy-hero {
    color: #000;
    background-color: #FEE440;
    color: #000000;
    background-color: #fee440;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 60px;
    box-shadow: 5px 5px #000000;
    padding-left: 40px;
    padding-right: 40px;
    border: 3px solid #000;
    border-bottom-width: 10px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 53px;
    margin-top: 25px;
    padding-top: 11px;
    font-family: Positiveforward, sans-serif;
    font-size: 35px;
    line-height: 23px;
    display: flex;
    inset: 0% 0% 0% auto;
    position: absolute;
    margin-right: 165px;
} */
.menu-buttons {
    display: flex;
    flex-direction: row;
    gap: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    margin-right: 30px;
}

.buy-button-hero-v2 {
    color: #000;
    background-color: #FEE440;
    color: #000000;
    background-color: #fee440;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 60px;
    box-shadow: 5px 5px #000000;
    padding-left: 40px;
    padding-right: 40px;
    border: 3px solid #000;
    border-bottom-width: 10px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;

    /* width: 250px */
    height: 53px;
    margin-top: 25px;
    padding-top: 11px;
    font-family: Positiveforward, sans-serif;
    font-size: 35px;
    line-height: 23px;
    display: flex;
}

.tg-hero {
}

.x-hero {
    z-index: 50;
    color: #000;
    background-color: #FEE440;
    color: #000000;
    background-color: #fee440;
    font-family: Positiveforward, sans-serif;
    font-size: 30px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 60px;
    box-shadow: 5px 5px #000000;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url('../images/x.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    border: 3px solid #000;
    border-bottom-width: 6px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 53px;
    padding: 0;
    font-size: 23px;
    line-height: 23px;
}

.scroll-text {
    text-align: right;

    /* animation properties */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-animation: my-animation 75s linear infinite, initial-scroll 0s ease-out;
    -webkit-animation: my-animation 75s linear infinite, initial-scroll 0s ease-out;
    animation: my-animation 75s linear infinite, initial-scroll 0s ease-out;
}

/* Add keyframes for the initial scroll */
@keyframes initial-scroll {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);

        /* Stop at the starting position */
    }
}

/* Adjust keyframes for continuous scrolling */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(0);

        /* Start from the end of initial-scroll */
    }

    to {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(0);

        /* Start from the end of initial-scroll */
    }

    to {
        -webkit-transform: translateX(100%);
    }
}

@keyframes my-animation {
    from {
        transform: translateX(0);

        /* Start from the end of initial-scroll */
    }

    to {
        transform: translateX(100%);
    }
}

.scroll-text-2 {
    text-align: right;

    /* animation properties */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-animation: my-animation-2 10s linear infinite;
    -webkit-animation: my-animation-2 10s linear infinite;
    animation: my-animation-2 10s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation-2 {
    from {
        -moz-transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation-2 {
    from {
        -webkit-transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
    }
}

@keyframes my-animation-2 {
    from {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@media (max-width:1079px) {
    .menu-buttons {
        position: relative;
        margin-right: 0;
    }
}

.hero-top {
    margin-top: 30px;
}

@media (max-width:990px) {
    .menu-buttons {
    }
}

@media (max-width:1079px) {
    .hero-top {
        margin-top: 0;
    }

    .section_hero {
        padding-top: 0;
    }
}

@media (max-width:990px) {
    .h1 {
        font-size: 75px;
        text-shadow: 3px 6px #000000;
        line-height: 70px;
    }

    .copy-button {
        font-size: 30px;
        height: 45px;
        width: 120px;
    }

    .ca {
        font-size: 25px;
        height: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ca-button {
    flex-direction: row;
    display: flex;
    align-items: center;
}

@media (max-width:1079px) {
    .ca-button {
        /* width: 80vw */
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .ca {
        font-size: 20px;
        border-radius: 40px;
        padding: 15px;
    }

    .h3Shadow {
        font-size: 25px;
        margin-bottom: 2px;
        margin-top: 2px;
    }

    .meme {
        width: 190px;
        height: 190px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width:990px) {
    .section_mystory {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}

@media (max-width:767px) {
    .copy-button {
        border-radius: 40px;
        position: relative;
        font-size: 20px;
    }

    .ca-button {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        align-content: center;
    }

    .section_about {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .h1 {
        font-size: 50px;
        line-height: 1;
        width: 90vw;
    }

    a.separator-ca {
        font-size: 28px;
        white-space: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:990px) {
    .separator-ca {
        font-size: 30px;
    }
}

block-piponomics {
}

@media (max-width:478px) {
    .pip-about {
        height: 300px;
    }

    .block_memes {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-top: 60px;
        gap: 15px;
        align-items: center;
        align-content: center;
    }

    .meme {
        margin: 0;
        width: 300px;
        height: 300px;
    }

    .h3Shadow {
        font-size: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
        text-shadow: 1px 2px #fcfcfc;
        margin-left: 5px;
        margin-right: 5px;
    }

    .copy-button {
        display: none;
    }

    .buy-button-hero-v2 {
        width: 250px;
        padding: 5px 0 0 0;
        font-size: 30px;
    }

    .section_hero {
        padding: 0;
    }

    .separator-text {
        font-size: 28px;
    }

    .separator {
        height: 60px;
    }

    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    a.separator-ca {
        font-size: 30px;
        text-shadow: 0 0 #ffffff;
        text-stroke: 1px #000000;
        margin-top: 5px;
    }

    .yt-embed-holder {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .extra-sm-btn {
        box-shadow: 0 0 0;
        width: 100%;
    }
}

.buy-button-piponomics {
    margin-bottom: 0;
    margin-top: 50px;
    width: 300px;
}

.buy-button-footer {
    width: 350px;
    margin-top: 50px;
}

.block_token {
    width: 100%;
}

.block_in {
    padding: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
}

.img-piponomics {
    margin-bottom: 20px;
    border-radius: 15px;
}

.social-stats-title {
    color: rgb(21, 21, 21);
    text-shadow: none;
    //-webkit-text-stroke: 1px #f9ffbe;
}

.social-stats {
    font-size: 28px;
    margin-top: 25px;
}

.first-line {
    margin-top: 0;
}

.social-stats-box {
    padding: 20px;
    background-color: #f1de90;
    border-radius: 20px;
    margin-top: 20px;
}

@media (max-width:478px) {
    .menu-buttons {
        gap: .75em;
    }
}






