aside {
    font-size: 18px
}

body {
    margin: 40px auto;
    max-width: 950px;
    line-height: 1.6;
    font-size: 18px;
    color: #444;
    padding: 0 10px;
    background-color: #131615;
    color: #e2e2e2
}

blockquote.key {
    font-family: monospace;
    line-break: anywhere;
    background-color: #3a3939;
    padding: 10px;
    border-radius: 5px;
}

h1,
h2,
h3 {
    line-height: 1.2;
    color: #e2e2e2
}

a:link {
    color: #38b6f1
}

a:hover {
    color: #65c2ed
}

a:visited {
    color: #11719e
}

* {
    font-family: sans-serif
}