#root{height:100vh;width:100vw;box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#ff000080;border-radius:4px;-webkit-transition:background-color 1s linear;transition:background-color 1s linear}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb:horizontal{background:#ff000080;border-radius:4px}::-webkit-scrollbar-track:horizontal{background:#00000080}
