@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    /* overflow-x: hidden; */
}

body {
    width: 100vw;
    height: 100vh;
}


.grid-wrapper {
    width: 95%;
    height: 100%;
    margin: auto;
    border: 1px solid pink;
}

.meli {
    background-color: white;
    padding: 20px;
}
.meli2 {
    background-color: rgb(238, 238, 238);
    padding: 20px;
    text-align: center;
    width: 95%;
    border-radius: 10px;
    margin: auto;
}


#shipping-stats {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-top: 30px;
}

.bg-successo {
    background-color: #2bbd18 !important;
}

.percent {
    font-size: 4.6rem;
    font-weight: 700;
}

.number {
    font-size: 2rem;
    font-weight: 700;
}