:root{--red: #DB261D;--yellow: #FFF903;--site-gap: 10vw;--row-gap: 40px;--column: 0px}html,body{display:grid;grid-area:app;grid-template-areas:"app";grid-template-columns:1fr;grid-template-rows:1fr;margin:0;padding:0}html{background:var(--black);color:var(--white);scrollbar-width:thin;scrollbar-color:var(--red) rgba(0,0,0,0)}html ::-webkit-scrollbar{width:0px;height:0px}html ::-webkit-scrollbar-track{border-color:#0000;background:rgba(0,0,0,0)}html ::-webkit-scrollbar-thumb{background:var(--red);border:0px solid rgba(0,0,0,0)}html ::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}html *{-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:var(--yellow) rgba(0,0,0,0)}html * ::-webkit-scrollbar-thumb{background:var(--yellow);border-radius:var(--border-radius);border:0px solid rgba(0,0,0,0)}html * ::-webkit-scrollbar{display:none}
