pre {
    outline: 1px solid #ccc;
    padding: 0.5rem;
    margin: 1rem;
    overflow: hidden;
    font-size: 0.9rem;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    max-width: 100%;
    white-space: pre-wrap;
    background: rgba(256, 256, 256, 0.1);
}
.string { color: rgb(80, 161, 79); }
.number { color: rgb(152, 104, 1); }
.boolean { color: rgb(166, 38, 164); }
.null { color: rgb(166, 38, 164); }
.key { color: rgb(64, 120, 242); }