@import "https://fonts.googleapis.com/css?family=DM+Sans:500&display=swap";:root{--ui-background:#fffcf2;--ui-text-color:#000;--button-background:#fed766;--button-border-color:#ccc}body{background:var(--ui-background);min-height:100vh;margin:0;padding:0;font-family:DM Sans,sans-serif;display:flex;overflow:hidden}canvas,#ui{background:var(--ui-background);width:55.5vh;max-width:100vw;height:100vh;max-height:180vw;margin:auto;animation:1s fade-in;display:block;position:absolute;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}#ui{z-index:10;pointer-events:none;-webkit-user-select:none;user-select:none;background:0 0;position:absolute}#score{color:var(--ui-text-color);pointer-events:none;font-size:200%;position:absolute;top:2%;left:2%}#endgame,#menu{width:100%;height:100%}#menu>#flyck{text-align:center;color:var(--ui-text-color);margin:13rem auto auto;font-size:643%}.buttons{flex-direction:column;align-items:center;width:100%;height:100%;margin:auto;display:flex}.buttons>.message{text-align:center;color:var(--ui-text-color);margin-top:13rem;font-size:2em}.buttons>.message>span{font-size:3em}button#play-again,button#play{margin-top:3em;position:absolute;bottom:2rem}.buttons>button{border:solid var(--button-border-color) .1rem;background:var(--button-background);width:100%;max-width:10em;height:4rem;color:var(--ui-text-color);pointer-events:all;cursor:pointer;border-radius:2rem;outline:none;margin:auto;font-family:DM Sans,sans-serif;font-size:3vh}#theme-selector{pointer-events:all;text-align:center;margin-top:2em}#theme-label{color:var(--ui-text-color);opacity:.7;margin-bottom:.6em;font-size:1.4em}#theme-options{flex-wrap:wrap;justify-content:center;gap:.8em;padding:0 1em;display:flex}.theme-swatch{cursor:pointer;border:3px solid #0000;border-radius:50%;width:3em;height:3em;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.theme-swatch:hover{transform:scale(1.15)}.theme-swatch.active{border-color:var(--ui-text-color);transform:scale(1.15)}.theme-swatch-inner{border-radius:50%;flex-wrap:wrap;width:100%;height:100%;display:flex;overflow:hidden}.theme-swatch-inner>span{width:33.33%;height:50%}
/*# sourceMappingURL=repo.7876ea7e.css.map */
