@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap";:root{background:#fff;font-family:Space Mono,monospace;font-size:1.2rem;font-synthesis:none;line-height:1.8rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overflow-y:hidden}body{height:100vh;margin:0}#app{height:100%}main{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-y:auto;width:100vw}.message{background:#fff;position:fixed;top:0;padding:1rem}p{text-align:center}article{max-width:calc(100vw - 4rem);overflow-wrap:break-word;padding:1rem;text-align:center;transition:color .3s}article:hover{color:#00f;cursor:pointer}footer{position:absolute;bottom:0;left:50%;transform:translate(-50%);background:#fff;font-size:.8rem}footer a{color:#000}footer a:hover{color:#00f}a{color:#00f;padding:.4rem;transition:color .3s;text-decoration:none}
