#root{width:100vw}::-webkit-scrollbar{width:4px;height:8px;border-radius:4px}::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:4px}::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}
