html {
font-family: Hack, monospace;
color: #eeeeee;
background-color:#1e1e1e;
line-height: 1.6;
}
main {
max-width: 70ch;
padding: 2ch;
margin: auto;
}
h1::before {
content: '# ';
}
h2::before {
content: '## ';
}
a {
color: #569cd6;
text-decoration: none;
}