:root{--bg: rgb(36, 36, 36);--bg1: rgb(6, 6, 6);--bg2: rgb(76, 76, 76);--white: rgb(236, 236, 236);--yellow: rgb(236, 216, 56);--green: rgb(0, 206, 0);--xxl: 32px;--xl: 28px;--l: 24px;--m: 20px;--s: 16px;--xs: 12px}*{color:var(--white);font-size:var(--m);margin:0;padding:0;border:none;box-sizing:border-box}header{background-color:transparent;display:flex;align-items:end;justify-content:flex-end;width:100vw;height:5vh;padding:0px 5vw;gap:5vw}body{background-color:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden;overscroll-behavior:none;touch-action:none}button{background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:5px}button:hover{background-color:#ffffff1a}svg{width:100%;height:100%}
