.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #f1f6f8;
  border-radius: 10px;
  font-size: 18px;
  color: #506677;
}
.hljs-doctag,
.hljs-keyword,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-strong,
.hljs-title {
  color: #506677;
  font-weight: 400;
}
.hljs-comment {
  color: #9aacbb;
}
.hljs-addition,
.hljs-attribute,
.hljs-built_in,
.hljs-bullet,
.hljs-deletion,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-name,
.hljs-quote,
.hljs-regexp,
.hljs-section,
.hljs-selector-class,
.hljs-selector-id,
.hljs-subst,
.hljs-symbol,
.hljs-tag,
.hljs-template-variable,
.hljs-title,
.hljs-type,
.hljs-variable {
  color: #506677;
}
.hljs-string {
  color: #68d496;
}
.hljs-emphasis {
  font-style: italic;
}
