.code
{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 
    0 2px 2px 0 rgba(255, 255, 255, 0.19);

    padding: 0em 2em;

    max-height: 350px;
    overflow-y: auto;

    background-color: rgb(216, 203, 183);
    scrollbar-color: #4b2c8e #ffe300;
    scrollbar-width: thin;
}

pre 
{
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

pre code .hljs
{
    display:block;
    overflow-x:auto;
    padding:1em
}

code .hljs
{
    padding:3px 5px
}

.hljs
{
    color: rgb(79, 79, 79);
}

pre code *::selection,
.hljs::selection 
{
    background: rgba(224, 146, 58, 0.35) !important;
}

.hljs-attr,
.hljs-template-tag 
{
    color: #8787d7
}

.hljs-comment,
.hljs-doctag,
.hljs-quote 
{
    color: #128248;
}

.hljs-params 
{
    color: #696969
}

.hljs-regexp 
{
    color: #d700ff
}

.hljs-tag,
.hljs-selector-id,
.hljs-number,
.hljs-literal 
{
    color: #c80300
}

.hljs-meta,
.hljs-meta .hljs-keyword 
{
    color: #0655c4
}

.hljs-selector-class,
.hljs-code,
.hljs-formula,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-link,
.hljs-keyword 
{
    color: rgb(109, 58, 166)
}

.hljs-built_in,
.hljs-title,
.hljs-deletion 
{
    color: #008aad
}

.hljs-type,
.hljs-section,
.hljs-function,
.hljs-name,
.hljs-property,
.hljs-attribute 
{
    color: rgb(79, 79, 79);
}

.hljs-meta .hljs-string,
.hljs-string,
.hljs-subst,
.hljs-symbol,
.hljs-bullet,
.hljs-addition 
{
    color: #8b2f2f
}

.hljs-selector-tag 
{
    color: #9966ff
}

.hljs-emphasis 
{
    font-style: italic
}

.hljs-strong 
{
    font-weight: bold
}