body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:where(html){-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}:where(h1){font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.button{border:none;border-radius:8px;color:#bc6c25;margin:3px;padding:10px 20px}.container{align-items:center;display:flex;height:10%;justify-content:center}.notif-bar,.testing{position:absolute}.notif-bar{nav-up:auto;background-color:#fff;border:2px;border-color:#000;border-radius:25px;border-style:solid;display:flex;justify-content:flex-end;max-height:150px;padding:10px;right:5%}.notif-bell{height:100px;max-height:10vh;position:absolute;right:0;transition:transform .25s ease,width .25s ease;width:90px}.notif-bell:hover{transform:scale(1.2)}.App-header{background:#fdf6c3;border-color:#bc6c25;border-style:solid;color:#000;display:block;font-size:calc(10px + 2vmin);height:100vh;position:relative}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header-footer{background:#dda15e;border:5px;border-color:#bc6c25;border-style:solid;display:flex;flex-direction:column;justify-content:center;text-align:center;z-index:10}.home-background{height:100%;left:0;position:absolute;top:0;width:100%}.Breathing{animation:breathe 2s ease-in-out infinite;opacity:.1}@keyframes breathe{0%{fill:gold;opacity:.1}50%{opacity:0}to{fill:gold;opacity:.1}}.Background{background:#0000;color:#ff8c00;min-height:95%;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.Bordered{box-sizing:border-box;height:300px}.Bordered,.ResultBorder{background-color:initial;border:10px solid #2f0b06;border-radius:25px;flex:1 1;margin:10px;padding:16px}.ResultBorder{max-width:97%;width:80%}.Body-Heading{font-size:12px;text-align:center}.Button{background:#c47937;border:5px;border-color:#bc6c25;border-style:outset}.Button:disabled{background:#c47937;border:3px;border-color:#bc6c25;border-style:solid}.Button:hover{background:#f39440;border:5px;border-color:#e3822d;border-style:inset}.Button:active,.Button:focus{background:#c47937;border:5px;border-color:#bc6c25;border-style:inset}.Centered{align-items:center;display:flex;height:65px;justify-content:center}.flashy-button{animation:hoverBorderColorChange 2s linear infinite;background-color:#dda15e;border:4px outset #bc6c25;border-radius:8px}.flashy-button,.flashy-button:hover{cursor:pointer;font-size:16px;padding:10px 20px;transition:border-color .3s ease}.flashy-button:hover{animation:hoverBorderColorChange 1s linear infinite;background-color:#fab96e;border:4px inset #bc6c25;border-radius:8px}.flashy-button:disabled{animation:hoverBorderColorChange 2s linear infinite;background-color:#dda15e;border:4px outset #bc6c25;border-radius:8px;cursor:pointer;font-size:16px;padding:10px 20px;transition:border-color .3s ease}@keyframes hoverBorderColorChange{0%{border-color:#bc6c25}50%{border-color:gold}to{border-color:#bc6c25}}.form-popup{background-color:#fff;border:3px solid #f1f1f1;display:block;left:10px;max-height:80%;max-width:80%;overflow:auto;padding:10px;position:fixed;top:10px;z-index:11}.form-container{max-width:300px;width:100%}.form-container input[type=password],.form-container input[type=text]{background:#f1f1f1;border:none;margin:5px 0 22px;padding:15px;width:100%}.form-container input[type=password]:focus,.form-container input[type=text]:focus{background-color:#ddd;outline:none}.form-container .btn{background-color:#04aa6d;border:none;color:#fff;cursor:pointer;margin-bottom:10px;opacity:.8;padding:16px 20px;width:100%}.form-container .cancel{background-color:red}.form-container .btn:hover{opacity:1}
/*# sourceMappingURL=main.bf8f52fa.css.map*/