@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");:root{--main:#0f0;--darkMain:#030;--veryDarkMain:#050;--border:3px solid var(--main)}.customButton.active{background-color:var(--main)}body,html{padding:0;margin:0;font-family:VT323,Courier New,Courier,monospace;font-size:1.15em;background-color:#000;color:var(--main);height:100%;line-height:1.2}@media screen and (min-width:600px){body,html{font-size:1.25em}}body *{border-radius:3px}hr{background-color:var(--main);height:3px;border:none}table{width:100%;border-collapse:collapse}table,td,th{border:var(--border)}td,th{padding:8px}tr:first-child th{border-top:0}tr:last-child td{border-bottom:0}td:first-child,th:first-child{border-left:0}td:last-child,th:last-child{border-right:0}body{animation:pulsate 1.5s infinite alternate;position:relative}body:before{background:linear-gradient(hsla(0,6%,7%,0) 50%,rgba(0,0,0,.33) 0),linear-gradient(90deg,rgba(255,0,0,.06),rgba(0,255,0,.02),rgba(0,0,255,.06));background-size:100% 2px,3px 100%;z-index:9999;opacity:.5}body:after,body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none}body:after{background:hsla(0,6%,7%,.1);opacity:0;z-index:1000;animation:flicker .15s infinite}a{color:inherit;text-decoration:none}*{box-sizing:border-box}img{max-width:100%;height:auto}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#000;border-left:var(--border)}::-webkit-scrollbar-thumb{background:var(--main);border:3px solid #000}::-webkit-scrollbar-thumb:hover{background:var(--darkMain)}*{scrollbar-width:thin;scrollbar-color:var(--main) #000}