

.stat-box {

    border-radius: 5px;
    width: 200px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.stat-box h2 {
    text-align: center;
    font-size: 35px;
    color: #333;
    margin: 0;
}

.stat-box p {
    text-align: center;
    font-size: 1.2em;
    color: #FF0A0A;
}

