html{box-sizing:border-box}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;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.App{display:flex;flex-direction:column;text-align:center}header{height:100px}.test{border:2px solid #000;height:150px}main{align-items:center;display:flex;flex-direction:column;height:100vh}.game-wrapper{display:flex;flex:1 1;flex-direction:column;max-width:700px;width:85%}.blank{border-bottom:4px solid #000;height:65px}.game-status-wrapper{display:flex;justify-content:space-around;padding:10px 0}.canvas-wrapper{aspect-ratio:1;margin-bottom:20px}.controls-wrapper{display:flex;flex:1 1;flex-direction:column}.controls{display:flex;justify-content:space-between}.controls-item{align-items:center;border:2px solid #000;border-radius:50%;display:flex;height:85px;justify-content:center;width:85px}.controls-item.enabled{background-color:aqua}.num-pad{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.num-pad button{border:none;border-radius:10px;flex-basis:9%;font-size:2rem;padding:20px}.game-over-wrapper{background-color:hsla(0,0%,50%,.503);height:100vh;position:absolute;width:100vw}.game-over-popup,.game-over-wrapper{align-items:center;display:flex;justify-content:center}.game-over-popup{background-color:#f0f8ff;border-radius:5px;flex-direction:column;font-size:2em;height:200px;width:200px}
/*# sourceMappingURL=main.713f758f.css.map*/