html{--primary:#10e;--secondary:#f0f;--accent:#ff0;--grey0:#000;--grey10:#3b3b3b;--grey20:#3b3b3b;--grey30:#aca9a5;--grey40:#9e9b98;--grey50:#d9d8d6;--grey60:#e5e5e5;--grey70:#e5e5e5;--grey80:#f3f3f3;--grey90:#fbfafa;--grey100:#fff;--textDark:#3b3b3b;--textLight:#f3f3f3;--blank:#f09;--error:#c00;--warning:#eb7f00;--info:#2d6da5;--success:#00ad2b}html.dark{--primary:red;--secondary:green;--accent:blue;--grey0:#fff;--grey10:#dcdcdc;--grey20:#bfbfbf;--grey30:#aca9a5;--grey40:#9e9b98;--grey50:#7e7e7e;--grey60:#696969;--grey70:#5b5b5b;--grey80:#5f5f5f;--grey90:#272727;--grey100:#000;--textDark:#f3f3f3;--textLight:#3b3b3b;--blank:#3b3b3b;--error:#c00;--warning:#eb7f00;--info:#2d6da5;--success:#00ad2b}html{scroll-behavior:smooth;box-sizing:border-box}::selection{background-color:#0078d7}*{padding:0;margin:0;font-family:inherit;list-style:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}*,:after,:before{box-sizing:inherit;background-repeat:no-repeat;background-position:50%;background-size:contain;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-position:center;mask-size:contain;mask-repeat:no-repeat}body{font-family:sans-serif}a{color:inherit}a,a:hover{text-decoration:none}a:focus{outline:none}button:hover{cursor:pointer}textarea{resize:none}ul{padding:0;margin:0}fieldset{border:none}svg{width:100%;max-height:40vh;object-fit:contain}::selection{background:#fff;color:#fff}html{background:var(--blank);font-size:16px}html *{scroll-behavior:smooth;box-sizing:border-box;overscroll-behavior:none;cursor:sw-resize!important}body{min-height:100vh;display:flex;flex-direction:column;background-color:var(--blank)}body *{font-family:Comic Sans MS,Comic Sans,Times New Roman,Garamond,serif;color:var(--textDark)}body input{cursor:none!important}pre{max-width:100vw;border:2px solid red;white-space:pre-wrap;font-family:monospace;z-index:9999;position:relative;background-color:#fff;font-size:10px;font-weight:700}main{overflow:hidden;flex-grow:1}* h1,* h2,* h3,* h4,* h5,* h6,* p,* span{white-space:pre-line}* p,* span{font-family:Times New Roman,Garamond,serif;font-weight:400;line-height:1.5;font-size:1rem}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Comic Sans MS,Comic Sans,Times New Roman,Garamond,serif;font-weight:700}small{font-family:Times New Roman,Garamond,serif;font-weight:500}b,em,strong{font-family:inherit;font-size:inherit}a{color:var(--textDark);font-family:Times New Roman,Garamond,serif;font-weight:400}a:active,a:hover{text-decoration:none}a:active,a:focus,button:active,button:focus{outline:5px solid var(--info);outline-offset:200px}.container{width:clamp(320px,88%,1600px);margin-inline:auto}.mobile,div.mobile{display:inherit}@media(min-width:1280px){.mobile,div.mobile{display:none}}.desktop,div.desktop{display:none}@media(min-width:1280px){.desktop,div.desktop{display:inherit}}form{margin-block:2rem}form div{flex-direction:column;margin-block:.5rem}form label{text-transform:uppercase;font-weight:700;font-size:.9rem}form label,form span{line-height:1;display:block}form span{font-size:.8rem}.crazycss{animation-name:crazy;animation-fill-mode:both;animation-iteration-count:infinite;animation-timing-function:linear;animation-direction:alternate;animation-duration:200s;overflow-x:hidden;overflow-y:scroll;min-height:102vh}@keyframes crazy{0%{filter:blur(0);transform:rotate(0) scale(1)}20%{transform:rotate(0deg) scale(1.01)}40%{transform:rotate(-1deg) scale(1.01)}50%{filter:blur(.4px)}70%{filter:blur(0)}90%{filter:blur(.8px)}to{transform:rotate(0) scale(.95)}}.annoyingqr{animation-name:annoyingqr;animation-fill-mode:both;animation-iteration-count:infinite;animation-timing-function:linear;animation-direction:normal;animation-duration:2s;overflow:hidden}@keyframes annoyingqr{0%{transform:translateX(-20vw)}70%{transform:translateX(60vw)}to{transform:translateX(100vw)}}