.flex.spaceAround {
    justify-content: space-between;
}

.statItem {
    padding: 20px;
    background: white;
    margin-top: 30px;
    border-radius: 15px;
    width: 220px;
    text-align: center;
    width: 26%;
}

#Dashboard .chartSection{
    margin-top: 50px;
}