body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{display:flex;justify-content:center;align-items:center;text-align:center}.total-correct{color:green;font-weight:600}.warn-text{color:red;font-weight:600}.score{display:flex;justify-content:flex-end;align-items:center}.score-count{width:5rem;height:2rem;border:1px solid #000;display:block;margin-left:1rem;line-height:2rem}.outer-area{display:flex;justify-content:center;flex-wrap:wrap;width:28rem}.circle{width:2rem;height:2rem;border:1px solid #017ace;border-radius:50%;margin:1rem;cursor:pointer;background:#dfe7ee}.buttons{display:flex;justify-content:space-evenly}.play{padding:.5rem 1rem;width:5rem;font-size:1rem;background-color:#017ace;color:#fff}.play,.play:focus{border:1px solid #017ace}.play:focus{outline:none}.stop{padding:.5rem 1rem;width:5rem;font-size:1rem;background:#dfe7ee;border:1px solid #dfe7ee}.stop:focus{outline:none}.popup{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;margin:auto;background-color:rgba(0,0,0,.5)}.pop-close{padding:.5rem 1rem;font-size:1rem;background-color:#017ace;color:#fff}.pop-close:focus{outline:none;border:1px solid #017ace}.popup-inner{position:absolute;left:25%;right:25%;top:25%;bottom:50%;margin:auto;border-radius:20px;background:#fff}
/*# sourceMappingURL=main.d6252a71.chunk.css.map */