html`
<hr>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<style>
// h1, h2, h3, h4 {
// font-family:'Space Mono',monospace;
// font-weight: regular;
// }
svg {
cursor: none;
}
text {
font-family:'Space Mono',monospace;
fill: #130C0E;
}
</style>
`