*, *::before, *::after { box-sizing: border-box; } html, body, #root { margin: 0; padding: 0; width: 100%; height: 100%; background: #1a1a1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; } a { color: #4a9eff; text-decoration: none; } a:hover { text-decoration: underline; } input, button, select, textarea { font-family: inherit; font-size: inherit; } button { cursor: pointer; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background: #1a1a1a; } ::-webkit-scrollbar-thumb { background: #3d3d3d; border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: #555; }