/* "derived" (stolen) from evenbettermotherfucking.website */
html {
    margin: 1rem auto;
    background: #f2f2f2;
    color: #444444;
    font-family:
            -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
            sans-serif;
    font-size: 16px;
    line-height: 1.8;
    text-shadow: 0 1px 0 #ffffff;
    max-width: 60em;
}
body {
    margin: 0 1rem;
}
code {
    background: white;
}
pre {
    line-height: 1.25;
}
img {
    max-width: 100%;
}
a {
    border-bottom: 1px solid currentColor;
    color: inherit;
    text-decoration: none;
}
a:hover {
    border-bottom-style: dashed;
}
blockquote {
    margin-left: 1em;
    border-left: 2px solid #444444;
    padding-left: 1em;
}
main {
    margin-bottom: 1em;
}
