#statistics-block {
    grid-area: 'statistics';
}

.statistic {
    position: relative;
    display: flex;
    flex: direction: row;
    justify-content: space-between;
    color: #0f0;
    text-shadow: 0 0 5px #0f0;

    .key::after {
        content: ':';
    }

    .value {
        font-family: Digital;
        z-index: 2;
    }

    .padding {
        font-family: Digital;
        color: gray;
        text-shadow: none;

        position: absolute;
        right: 0;
    }
}