#stats .box{
    margin: 5px;
}
.totals{
    display: flex;
    justify-content: space-around;
}
.totals .boxe .text{
    background: #008486;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.totals .boxe .val{
    font-size: 50px;
    background: #fff;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px #008486;
}