*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:cursive,Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1d1a2d;color:#fff}a{font-size:16px;text-decoration:none;color:#99f;border-bottom:2px outset #fff}header{padding:0 1em;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;border-bottom:2px solid #c8c8c8;margin-bottom:.5em}header,main#buttons{display:-webkit-flex;display:flex}main#buttons{-webkit-flex-flow:row wrap;flex-flow:row wrap;grid-gap:1em .5em;gap:1em .5em;padding:.5em;-webkit-justify-content:space-around;justify-content:space-around}aside#fullNav{position:fixed;z-index:999;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.95);color:#fff;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-flow:column;flex-flow:column;grid-gap:1em;gap:1em}#close{position:absolute;top:1em;right:1em;font-size:2em;cursor:pointer}aside#fullNav .wrapper{-webkit-transform:scale(1.5);transform:scale(1.5)}h1{font-size:1.5em}h2{font-size:1.1em}footer{text-align:center;border-top:2px solid #c8c8c8;margin-top:.5em}.wrapper{display:-webkit-flex;display:flex;-webkit-flex-flow:column;flex-flow:column;-webkit-align-items:center;align-items:center;padding:1em 0}.wrapper h3{font-size:12px;margin-bottom:.5em}.btn{--bg:#2962ff;--clr:#fff;--outline:none;--bg-over:#0039cb;--clr-over:var(--clr);--scale:scale(1);padding:6.4px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:5px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;grid-gap:1em;gap:1em;transition:all .3s linear;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--bg);color:var(--clr);outline:var(--outline);-webkit-transform:var(--scale);transform:var(--scale)}.btn:not(.no-shadow){box-shadow:0 2px 2px 2px rgba(0,0,0,.8)}.btn:focus,.btn:hover{cursor:pointer;background-color:var(--bg-over);color:var(--clr-over)}@media screen and (max-width:632px){.wrapper{width:calc(50% - 2em)!important}}#root{min-height:100vh;display:grid;grid-template-rows:repeat(2,-webkit-max-content) 1fr;grid-template-rows:repeat(2,max-content) 1fr}form#controls{background-color:hsla(0,0%,100%,.1);display:-webkit-flex;display:flex;-webkit-flex-flow:column;flex-flow:column;padding:.5em;grid-gap:1em 0;gap:1em 0}form#controls>fieldset{-webkit-justify-content:space-around;justify-content:space-around}form#controls>fieldset,main{display:-webkit-flex;display:flex}main{-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}@media screen and (min-width:642px){#root{grid-template-areas:"header header" "custom custom" "footer footer";-webkit-align-items:center;align-items:center;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr;padding:0 1em}.custom #root{grid-template-areas:"header header header" "form custom custom" "footer footer footer";grid-template-columns:repeat(3,1fr)}header{grid-area:header}main{grid-area:custom}footer{grid-area:footer}}
/*# sourceMappingURL=main.69277e52.chunk.css.map */