:root{--base-font-size:1rem}.button.svelte-e15nxn{padding:.5rem 1rem;background-color:var(--white);border:solid var(--gray-light);border-radius:10px;cursor:pointer;box-shadow:0 4px #eaeaea;margin:0 5vw;transition:background-color .3s,color .3s,border .3s,transform .1s;font-size:var(--base-font-size);width:max-content;min-width:120px;height:40px;display:inline-flex;align-items:center;justify-content:center}.button.svelte-e15nxn:hover{transform:translateY(-1.5px)}.button.svelte-e15nxn:active{transform:translateY(1.5px);box-shadow:0 0}.button-selected.svelte-e15nxn{background-color:var(--primary);color:var(--white);border:solid var(--primary);box-shadow:0 4px 0 var(--primary-shadow)}.blue.svelte-e15nxn{background-color:var(--primary);color:var(--white)}.hidden.svelte-e15nxn{visibility:hidden}.darkTheme .button.svelte-e15nxn{background-color:var(--primary);border:solid var(--white);color:var(--white)}.darkTheme .button-selected.svelte-e15nxn{background-color:var(--white);color:var(--primary);border:solid var(--white);box-shadow:0 4px 0 var(--white)}:root{--primary: #203c8f;--primary-shadow: #1e316c;--primary-light: #3e5fc1;--tint: #d0e5ff;--tint-shadow: #85c9fa;--white: #fff;--gray-light: #eaeaea;--gray: #AAAAAA;--black: #000;--green: green}body,html{margin:0;padding:0;width:100%;height:100%}main.svelte-11t8hn0{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;background-color:var(--white)}h1.svelte-11t8hn0{font-size:3em;margin:0}a.svelte-11t8hn0{text-decoration:none}
