body {
    font-family: 'Ubuntu', 'Lato', Arial, sans-serif; 
}

pre {
    background-color: #e6e6e6;
    box-shadow: 0px 0px 12px 4px #e6e6e6;
    padding: 5px
}

code {
    border-radius: 5px;
}

.hljs {
    padding: 12px
}

.hide-sm {
    background-color: white;
}