:root { font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; color-scheme: light dark; color: rgba(255, 255, 255, 0.87); background-color: #242424; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { font-weight: 500; color: #646cff; text-decoration: inherit; } a:hover { color: #535bf2; } body { margin: 0; } h1 { font-size: 3.2em; line-height: 1.1; } h1, h2, h3, h4, h5, h6, p{ margin: 0; } button { border-radius: 8px; border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; font-weight: 500; font-family: inherit; background-color: #1a1a1a; cursor: pointer; transition: border-color 0.25s; } button:hover { border-color: #646cff; } button:focus, button:focus-visible { outline: 4px auto -webkit-focus-ring-color; } .text-input { border-radius: 8px; border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; font-weight: 500; font-family: inherit; background-color: #1a1a1a; cursor: pointer; transition: border-color 0.25s; outline: none; } .text-input:hover { border-color: #646cff; } .text-input:focus, .text-input:focus-visible { border-color: #646cff; outline: 4px auto -webkit-focus-ring-color; } .centre{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } label{ user-select: none; -webkit-user-select: none; } .error-text{ position: fixed; bottom: 50px; left: 50%; max-width: 50%; transform: translateX(-50%); } .circle{ width: 18px; height: 18px; background: #0f0; border-radius: 50%; } .notification{ width: 300px; position: fixed; top: 10px; right: 10px; border: #646cff 2px solid; padding: 10px 20px; transition: 0.25s; border-radius: 10px; cursor: pointer; }