code[class*=language-],pre[class*=language-]{
    color:#FFF;
    background:0 0;
    font-family:'Niramit', sans-serif;
    font-size:1em;
    text-align:left;
    white-space:pre;
    word-spacing:normal;
    word-break:normal;
    word-wrap:normal;
    line-height:1.5;
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4;
    -webkit-hyphens:none;
    -moz-hyphens:none;
    -ms-hyphens:none;
    hyphens:none}pre[class*=language-]{position:relative;
    margin:.5em 0;
    overflow:visible;
    padding:1px}pre[class*=language-]>code{position:relative;
    z-index:1;
    background-color:#242A3A;
    background-image: url("../img/kali.png");
    background-repeat: no-repeat;
    background-position: bottom right 100px;
    background-size:40em 40em;
    background-origin:content-box;
    background-attachment:local}code[class*=language-]{max-height:inherit;
    height:inherit;
    padding:0 1em;
    display:block;
    overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background: linear-gradient(#3E3D39, #535149);;}