html {
    background: #f2f2f2;
}

body {
    margin: 5% auto;
    color: #444444;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    max-width: 73%;
}

a {
    border-bottom: 1px solid #444444;
    color: #444444;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    border-bottom: 0;
}

pre,
code {
    background-color: #ddd;
    white-space: nowrap;
    border-radius: 0.3em;
    padding: 0.1em;
}

pre {
    border-radius: 1em;
    padding: 0.5em 1em 0.5em 1em;
    overflow-x: scroll;
}


h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0;
}
