@import '/UI/Style.scss';

SelfStatistics {
    flex-direction: row;
    gap: 30px;

    > .column {
        flex-direction: column;

        > .item {
            font-size: 24px;
            color: $white-dark;
            gap: 20px;
            justify-content: flex-end;

            > .key {
                color: $white;
            }
        }
    }
}
