code[class*=language-],
pre[class*=language-] {
    color: #d6e7ff;
    background: #030314;
    text-shadow: none;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .2px;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    text-align: left;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code[class*=language-] ::-moz-selection,
code[class*=language-] ::selection,
code[class*=language-]::-moz-selection,
code[class*=language-]::selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-] ::selection,
pre[class*=language-]::-moz-selection,
pre[class*=language-]::selection {
    color: inherit;
    background: #1d3b54;
    text-shadow: none
}

pre[class*=language-] {
    border: 1px solid #2a4555;
    /* border-radius: 5px; */
    padding: 1.5em 1em;
    margin: 1em 0;
    overflow: auto
}

:not(pre)>code[class*=language-] {
    color: #d6e7ff;
    background: #030314;
    padding: .2em .3em;
    white-space: pre-wrap;
    /* border: 1px solid #2a4555; */
    /* border-radius: .2em; */
    box-decoration-break: clone
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #446e69
}

.token.punctuation {
    color: #d6b007
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #d6e7ff
}

.token.attr-name,
.token.builtin,
.token.inserted,
.token.selector {
    color: #e60067
}

.token.char,
.token.string {
    color: #49c6ec
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
    color: #ec8e01;
    background: 0 0
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #0fe468
}

.token.class-name,
.token.function {
    color: #78f3e9
}

.token.important,
.token.regex,
.token.variable {
    color: #d6e7ff
}