.json-container {
    font-family: 'Ubuntu', monospace !important;
    font-size: 1rem !important;


}

.json-container .json-key {
    color: #050000 !important;
}

.json-container .json-string {
    color: green !important;
}

.json-container .json-number {
    color: blue !important;
}

.json-container .json-boolean {
    color: red !important;
}

.json-index {
    margin-right: 4px;
    margin-left: 4px;
}


.json-container .json-size {
    margin-right: 4px;
    margin-left: 4px;
    color: lightgrey;
}