@import url(https://fonts.googleapis.com/css?family=Roboto:100,400);html{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{font-size:16px;font-family:Roboto,sans-serif;background-color:#41c3ac;color:#32526e}#root,body{height:100%}#root{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.App{padding:20px;width:80%}.App-header{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.App-header>h2{font-size:2rem;color:#ff884d;text-shadow:0 0 10px #fff}.App-game{position:relative}.App-game,.board{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.board{background-color:#ff884d;width:260px;height:260px;-webkit-box-shadow:-5px 7px 15px 7px #999;box-shadow:-5px 7px 15px 7px #999}.board-row:after{clear:both;content:"";display:table}.square{background:#32526e;border:1px solid #ff884d;color:#fff;float:left;font-size:2.5rem;font-weight:700;line-height:34px;height:80px;width:80px;margin-right:-1px;margin-top:-1px;padding:0;text-align:center}.square-on{background:#ff4500}.square:focus{outline:none}.game-info{text-align:center}.game-info>div:nth-of-type(2){font-size:1.6rem;margin:10px;color:#fff;text-shadow:5px 5px 10px #ff884d}.game-info-count>div{display:inline-block;margin:5px}.game-info-count>div:first-child{margin-right:55px}.game-info-count span{color:#fff;text-shadow:5px 5px 10px #ff884d}.game-board{display:-ms-inline-flexbox;display:inline-flex}.reset-all{text-align:center}.reset-all button{border:0 none;margin:5px;padding:8px;cursor:pointer;border-radius:4px;font-size:1rem;-webkit-box-shadow:2px 2px 5px #999;box-shadow:2px 2px 5px #999;background-color:#32526e;color:#fff}.reset-all button:hover{-webkit-transition:all 60ms ease;-o-transition:all 60ms ease;transition:all 60ms ease;opacity:.85}.reset-all button:focus{outline:none}.game-moves{padding:0;height:200px;text-align:center}.game-moves p{font-size:1.2rem;color:#fff;padding:0;margin:5px 0}.game-moves ol{margin:0;padding:0}.game-moves li{list-style-type:none;cursor:pointer;-webkit-transition:all .1s ease-in;-o-transition:all ease-in .1s;transition:all .1s ease-in}.game-moves li:hover{color:#ff884d}.overlay{position:fixed;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);z-index:10}.game-options{width:300px;height:330px;padding:15px;position:fixed;top:50%;left:50%;margin-top:-165px;margin-left:-150px;background-color:#ff884d;border-radius:5px;text-align:center;z-index:11}.game-options button{border:0 none;margin:2px;padding:8px;cursor:pointer;border-radius:4px;font-size:1rem;-webkit-box-shadow:2px 2px 5px #999;box-shadow:2px 2px 5px #999;background-color:#32526e;color:#fff}.game-options button:hover{-webkit-transition:all 60ms ease;-o-transition:all 60ms ease;transition:all 60ms ease;opacity:.85}.game-options button:focus{outline:none}.game-options .start-game-btn{margin-top:20px;background-color:#41c3ac;font-size:1.5rem}.game-options p{font-size:1.5rem;color:#fff;margin:0 0 5px}.game-options h3{margin:10px 0;color:#32526e}
/*# sourceMappingURL=main.2be010bd.css.map*/