*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scrollbar-width:thin;scrollbar-color:#00802b #0a0a0a}
body{min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img,picture,video,canvas,svg{display:block;max-width:100%}
input,button,textarea,select{font:inherit;color:inherit}
button{cursor:pointer;border:none;background:none}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-weight:normal}
p{overflow-wrap:break-word}
table{border-collapse:collapse;border-spacing:0}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#0a0a0a}
::-webkit-scrollbar-thumb{background:#003d12}
::-webkit-scrollbar-thumb:hover{background:#00802b}
*{-webkit-tap-highlight-color:transparent}
::selection{background:rgba(0,255,65,0.25);color:#00ff41}
::-moz-selection{background:rgba(0,255,65,0.25);color:#00ff41}