/* GLOBAL -------------------------- */
body {
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    font-family: "Courier New", monospace;
    font-size: 12px;
    line-height: 1.4;
}

/* MAIN WRAPPER --------------------- */
.shell {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

/* LINK STYLE -------------------------*/
a {
    color: #fff;
    text-decoration: underline;
}

/* ASCII BLOCK ----------------------- */
pre {
    white-space: pre;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
}

html {
    overflow-x: hidden;
}

/* OPTIONAL CATEGORY STYLES ---------- */
.ascii {
    margin-bottom: 40px;
}

.body-text {
    margin-bottom: 30px;
}

.subtle {
    opacity: 0.65;
}

.footer {
    margin-top: 40px;
    opacity: 0.8;
}

@media (max-width: 480px) {
    body {
        font-size: 10px;
    }
    pre {
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    body {
        font-size: 9px;
    }
    pre {
        font-size: 9px;
    }
}
