@import url(https://fonts.googleapis.com/css2?family=Signika:wght@300;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap);:root{--black:#0e0e0e;--white:#f3f3f3;--gray:#a1a1a1;--mortar:#515151;--yellow:#ffee32;--bee:#ffd100;--paperlight:#f2ede3;--paperdark:#ebe3d6;--backgnd:var(--white);--foregnd:var(--black);--font:"Signika";--highlight:#0ef}*{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;box-sizing:border-box;font-family:var(--font),sans-serif;font-size:16px;font-weight:300;letter-spacing:1px;margin:0;outline:none;padding:0;text-decoration:none;text-rendering:optimizeLegibility;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}h1,h2,h3{font-family:Libre Baskerville,serif}body{background-color:var(--black);color:var(--foregnd);height:100%;overflow:hidden;width:100%;z-index:0}#canvas{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;display:block;height:10vh;position:fixed;right:0;top:0;touch-action:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:10vw;z-index:1}#stats{bottom:0;position:absolute}