
html {
    overflow: hidden;
}
body {
    overflow: hidden;
    background: none;
}
.stats-card {
    display: flex;
    gap: 20px;
    }
.stats-content {
    margin: 0;
    line-height: 1.3;
    }
.stat-item {
    margin: 0;
    white-space: nowrap;
    font-size: 13px;
    }
.stat-value {
    font-weight: 700;
    color: #ffffff;
    font-size: 11px;
    margin: 0 5px;
    }
.stat-label {
    font-size: 11px;
    color: #ffffff82;
    text-transform: uppercase;
    }
.stats-image-container {
    /* background-color: #f0f2f500; */
    /* background: #00ffde1f; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    }
    .stats-image {
    margin: 0px;
    }
#statsImage {
    width: -webkit-fill-available;
    }