html,body,#root{margin:0;padding:0;height:100%;box-sizing:border-box;background-color:#f5f5f5}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{border-radius:8px;background-color:#e7e7e7;border:1px solid #cacaca}*::-webkit-scrollbar-thumb{border-radius:8px;background-color:gray}
