/* Credits for this CSS go to the creators of: https://perfectmotherfuckingwebsite.com/ and all the other motherfuckers */
body{
    max-width:850px;
    text-align: justify;
    margin:40px auto;
    padding:0 20px;
    font:24px/1.5 "Helvetica Neue", "Helvetica", "Noto Sans", sans-serif;
    color:#444
}
h1,h2,h3{
    line-height:1.2
}
@media (prefers-color-scheme: dark){
    body{
        color:#c9d1d9;
        background:#0d1117
    }
    a:link{
        color:#58a6ff
    }
    a:visited{
        color:#8e96f0
    }
}
