:root{--bg-color-black: black;--bg-color-white: white;--font-family-glida: "Gilda Display", serif}html{background-color:var(--bg-color-black);color:var(--bg-color-white);overflow:hidden;height:100%;user-select:none;font-size:medium}.common,.info,.errorPage-Container,.common-style,.info:after,.info:before,body:before,body:after{text-align:center;margin:auto;position:absolute;bottom:0}.common-style,.info:after,.info:before,body:before,body:after{opacity:0}.errorPage-Container{font-family:var(--font-family-glida);width:100%;height:120px;top:0;right:0;left:-60px;animation:noise-3 1s linear infinite;overflow:default}body:after{content:"error 404";font-family:OCR-A,monospace;font-size:100px;left:0;width:550px;top:25%;right:35%;color:var(--bg-color-white);animation:noise-1 .2s linear infinite}body:before{content:"error 404";font-family:OCR-A,monospace;font-size:100px;left:0;width:550px;top:25%;right:35%;color:var(--bg-color-white);animation:noise-2 .2s linear infinite}.info{width:200px;height:60px;top:280px;left:20px;right:0;animation:noise-3 1s linear infinite}.info:before{content:"page not found";font-family:OCR-A,monospace;font-size:100px;width:800px;left:40px;right:100px;top:20px;color:var(--bg-color-white);animation:noise-2 .2s linear infinite}.info:after{content:"page not found";font-family:OCR-A,monospace;font-size:100px;width:800px;left:40px;right:100px;top:20px;color:var(--bg-color-white);animation:noise-1 .2s linear infinite}@keyframes noise-1{0%,20%,40%,60%,70%,90%{opacity:0}10%{opacity:.1}50%{opacity:.5;left:-6px}80%{opacity:.3}100%{opacity:.6;left:2px}}@keyframes noise-2{0%,20%,40%,60%,70%,90%{opacity:0}10%{opacity:.1}50%{opacity:.5;left:6px}80%{opacity:.3}100%{opacity:.6;left:-2px}}@keyframes noise{0%,3%,5%,42%,44%,100%{opacity:1;transform:scaleY(1)}4.3%{opacity:1;transform:scaleY(1.7)}43%{opacity:1;transform:scaleX(1.5)}}@keyframes noise-3{0%,3%,5%,42%,44%,100%{opacity:1;transform:scaleY(1)}4.3%{opacity:1;transform:scaleY(4)}43%{opacity:1;transform:scaleX(10) rotate(60deg)}}.wrap{top:30%;left:25%;height:200px;margin-top:-100px;position:absolute}code{color:#fff}span.blue{color:#48beef}span.comment{color:#7f8c8d}span.orange{color:#f39c12}span.green{color:#3c3}.viewFull{font-family:OCR-A,monospace;color:orange;text-decoration:none}@media only screen and (min-height: 500px){.viewFull{display:none}}