.statistics {
    box-sizing: border-box;
    height: 42%;
    text-align: -webkit-match-parent;
    margin: 0px;
    padding: 0;
    color: rgba(237, 226, 226, 0.85);
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum';
    border-radius: 14px;
    margin-top: 17px;
    font-size: 26px;
    background-color:#272953;
    box-shadow: rgb(106 103 103 / 25%) 0px 14px 28px, rgb(199 209 209 / 22%) 0px 10px 10px;
    font-family: visuelt-bold-pro,Arial,sans-serif,Font Awesome\ 5 Pro;
    border: none;
}

.ant-statistic-title {
    margin-top: 15px;
    color: rgb(180, 170, 170);
    margin: 12px;
    font-size: 20px;
    margin-top: 7px;
}
/* .ant-statistic-content{
    color: #eee;
    margin: 10px;
    font-size: 23px;
    margin-top: 65px;

} */

/* .ant-statistic-content-value-int {
    font-size: 45px;
}  */

