#root,body,html{height:100vh;width:100vw;font-family:Nunito Sans,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}button:hover{cursor:pointer}*{padding:0;margin:0;outline:none}.status{margin-top:2vh;height:18vh;overflow:hidden;font-size:2vw}.show{font-size:6vw;color:#06c;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.board{width:70vh;height:70vh;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}.board,.row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.row{-ms-flex-pack:distribute;justify-content:space-around;width:100%;height:33.33vw}.square{border:2px solid #06c;border-radius:3vw;text-align:center;height:20vh;width:20vh;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:9vw}.square:focus{outline:none}.kbd-navigation .square:focus{background:#ddd}.game{-ms-flex-pack:center;justify-content:center;height:100vh;width:100vw;text-align:center}.game,.pick{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.pick{-ms-flex-pack:distribute;justify-content:space-around;height:60vh;width:80vw;font-size:2.5vw}.pick h1{width:100%}.pick .options{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:40vw}.pick button{color:#06c;width:10vw;height:10vw;border:1px solid #06c;border-radius:25vw;font-size:6vw}.back,.new{border:none;height:6vw;width:10vw;position:absolute;font-size:8vw;top:1vh}.back{left:8vw}.new{right:8vw}.choose-game-type{height:50vh;width:80vw}.choose-game-type .buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center;height:100%;width:100%}.choose-game-type h1{width:100%;text-align:center;font-size:5vw}.choose-game-type button{width:25vw;height:12vh;border:1px solid #06c;border-radius:2vw;font-size:4vw;color:#06c}@media screen and (max-width:425px){.choose-game-type h1{font-size:8vw}.choose-game-type button{width:32vw;height:8vh;font-size:5vw}.pick{font-size:4vw}.pick .options{width:70vw}.pick button{width:24vw;height:24vw;font-size:14vw}.status{margin-top:12vh;font-size:4.5vw}.show{font-size:13vw}.board{width:90vw;height:90vw}.square{height:28vw;width:28vw;font-size:16vw}.back,.new{font-size:12vw;top:5vh}}
/*# sourceMappingURL=main.2fcc21cc.css.map*/