.statistics-metrics-bg {
    background-color: rgba(225, 225, 220, 0.5);
}

.top-list-item {
    background: white;
    border-radius: 25px;
    padding: 2%;
    list-style-type: decimal;
    font-size: 16px;
    list-style-position: inside;
}

.header-list-item {
    background: black;
    color: white;
    border-radius: 30px;
    padding: 2%;
    list-style-type: none;
    font-size: 18px;
    text-align: center;
}
