:root{--color: #0E1A3F;--background-color: #fff;--beta-bg: #b6eeb6;--btn-inactive-color: #383838;--btn-inactive-bg: #ccc;--border-color: #555;--action-btn-inactive-color: #767676;--action-btn-inactive-bg: #ededed;--theme-color: #0099d5;--button-background-color: #14B4FF;--correct-input: #35c135;--wrong-input: #f00;--card-background: #fff;--select-bg: #f5f5f5;--select-bg-secondary: #e7e7e7}@media (prefers-color-scheme: dark){:root{--color: #fff;--background-color: #111;--beta-bg: #81ff81;--border-color: #ccc;--btn-inactive-color: #C2C2C2;--btn-inactive-bg: #333;--action-btn-inactive-color: #000;--action-btn-inactive-bg: #444;--correct-input: #0f0;--wrong-input: #f00;--card-background: #333;--select-bg: #343434;--select-bg-secondary: #212121}}@font-face{font-family:bavarian;src:url(/fonts/bavarian.ttf)}*{margin:0;padding:0;box-sizing:border-box}body{color:var(--color);background-color:var(--background-color);font-family:Arial,Helvetica,sans-serif;width:100%;display:flex;justify-content:center;align-items:center}#root{width:30rem;max-width:30rem}.flex-center{display:flex;justify-content:center;align-items:center}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-column{display:flex;flex-direction:column}.btn-reset{border:none;background:none;cursor:pointer;color:var(--color)}.bavarian-font{font-family:bavarian,serif;font-weight:unset}
