pre {
    background-color: #444;
}
code {
    font-size: 1.1rem;
    font-family: 'Roboto Mono';
    font-weight: 500;
}
code.language-java span.hljs-comment {
    color: #5df45d;
}
span.hljs-meta {
    color: #ffabcd;
    font-family: 'Roboto Mono';
    font-weight: 500;
}
code.language-java span.hljs-keyword {
    color: deepskyblue;
}
