html {
    background-color: #221d23;
    color: #d8cbc7;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #221d23;
    color: #d8cbc7;
    font-family: 'Roboto', sans-serif;
}

.bg-dark {
    background-color: #221d23;
}

pre {
    background-color : #221d23;
    margin: 0 auto;
    font-size: 1em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

img {
    max-width: 100%;
    max-height: 256px;
}

code {
    font-size: 1em;
}

h1 {
    color: #70ae6e;
    font-size: 2em;
    margin: 0.5em 0;
}

h2 {
    color: #70ae6e;
    font-size: 1.5em;
    margin: 0.5em 0;
}

h3 {
    color: #70ae6e;
    font-size: 1.2em;
    margin: 0.5em 0;
}

a:link {
    color: #70ae6e;
}

a:visited {
    color: #285943;
}

/* Mobile styles 
@media (max-width: 600px) {
    body {
        line-height: 1.5;
        width: 85%;
    }

    pre, code {
        font-size: 1em;
    }

}
         */
