body {
    background-color: rgb(32, 29, 29);
    color: rgb(180, 180, 180);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

pre {
    border: 1px solid rgb(26, 97, 32);
    max-width: 100%;
    padding: 2ch;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

pre code {
    display: block;
    white-space: pre-wrap;
}

a {
    color: rgb(38, 116, 38);
}