body,html{overflow:auto}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#4c7676;color:#f1e3e3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:calc(10px + 2vmin);margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh}.App{height:90vh;padding:20px;text-align:center}.App,.App-header{align-items:center;display:flex;flex-direction:column;justify-content:center}.App-header{background-color:#4c7676;color:#f1e3e3;font-size:30px}.divider{animation:line-grow 1.5s ease-in-out forwards;background-color:#f1e3e3;height:2px;left:50%;max-width:700px;position:absolute;transform:translateX(-50%);width:0}.divider#top{top:20px}.divider#bottom{bottom:20px}@keyframes line-grow{0%{width:0}to{width:85vw}}.drop-down-container{margin-top:20px}.error-message{font-size:14px}.drop-down{position:relative;width:100%}.drop-down-button,.drop-down-open-button{background-color:#f1e3e3;border:none;color:#726b6b;cursor:pointer;font-size:16px;font-weight:600;height:auto;padding:20px;text-align:left;width:100%}.drop-down-button:disabled,.drop-down-open-button:disabled{background-color:#efefef4d;cursor:inherit}.drop-down-open-button{border-radius:6px}.drop-down-inner-button{display:grid;grid-template-columns:auto auto}.drop-down-inner-button :last-child{text-align:right}.drop-down-inner-text-unselected{opacity:.5}.drop-down-list-container{margin-top:6px;max-height:400px;position:absolute;width:100%;z-index:1}.drop-down-list{border-radius:6px;max-height:400px;overflow:auto}.drop-down-icon-container{display:flex;flex-direction:row-reverse}.drop-down-icon-open{transform:rotate(180deg);transition-duration:.25s}.setup-container{max-width:90%;width:460px}.start-button{border-radius:6px;font-size:24px;font-weight:600;height:50px;margin-top:30px;width:200px}.start-button:disabled{background-color:#726b6b;border:1px solid #f1e3e3;color:#4f4a4a}.start-button:enabled{background-color:#0000;border:3px solid #f1e3e3;color:#f1e3e3;cursor:pointer}.start-button:enabled:hover{background-color:#f1e3e3;border:none;color:#726b6b}.question-container{background-color:#f1e3e3;border-radius:6px;color:#726b6b;display:flex;flex-direction:column;font-weight:600;gap:20px;margin-bottom:20px;max-width:400px;padding:20px}.question-container>div{font-size:25px}.choice-container{align-items:center;display:flex;flex-direction:column}.choice-button,.choice-button--correct,.choice-button--incorrect,.next-button{border-radius:6px;font-size:24px;font-weight:600;margin:8px;min-height:50px;min-width:200px}.choice-button:disabled,.next-button:disabled{background-color:#726b6b;border:1px solid #f1e3e3;color:#4f4a4a}.choice-button:enabled,.next-button:enabled{background-color:#0000;border:3px solid #f1e3e3;color:#f1e3e3;cursor:pointer}.choice-button:enabled:hover,.next-button:enabled:hover{background-color:#f1e3e3;color:#726b6b}.choice-button--correct{border:3px solid #62d3ab}.choice-button--incorrect{border:3px solid #934f4f}.result-area{background-color:#f1e3e3;border-radius:6px;color:#726b6b;display:flex;flex-direction:column;font-weight:600;gap:20px;margin-bottom:20px;max-width:80vw;padding:20px;width:600px}.reset-game{background:none;border:none;color:#f1e3e3;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px}
/*# sourceMappingURL=main.70b7840b.css.map*/