html {display: flex;}
body {
    max-width: 60em;
    margin: 5em auto;
    padding: 3em;
    color: #CCCCCC;
    background-color: #1c1c1c;
    border-radius: 3em;
    box-shadow: 0 0 20px 2px #131313;
}
a {color: #40A6FF;text-decoration: none;}
a:hover {color: lightblue;text-decoration: underline;}
.markdown-body table tr {background-color: #222;}
.markdown-body table tr:nth-child(2n) {background-color: #171717;}
.markdown-body table th,.markdown-body table td {border-color: #0f0f0f;}
.markdown-body img {background-color: transparent;}
.markdown-body .highlight pre, .markdown-body pre {
    background-color: #111418;
    border-radius: initial;
}
.highlight .nt {color: #41a2db;}