:root{--background:#010101;--text:#00ff04}body{background-color:var(--background)}*{padding:0;margin:0;box-sizing:border-box}::selection{background:hsla(0,0%,100%,.923)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#131313}::-webkit-scrollbar-thumb{border-radius:20px;background:#33ff0a3f}::-webkit-scrollbar-thumb:hover{background:#37ff0a7b}a{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}