* {
    -webkit-user-select: auto !important;
}
body {
    padding: 2em 1.125em 0;
    background: #fafafa;
    color: rgba(0, 0, 0, 0.6);
}
section {
    margin-bottom: 1em;
}
h2 {
    font-weight: bold;
    margin-bottom: 1em;
}
pre {
    white-space: pre-wrap;
    line-height: 1.4;
}
strong{
    font-weight: bold;
}
a:link,
a:visited,
a:active,
a:hover {
    color: #45ddea;
}

@media (prefers-color-scheme: dark) {
    body {
        background: #0f1312;
        color: rgba(255, 255, 255, 0.6);
    }
}
