body{font:30px "Century Gothic",Futura,sans-serif;margin:0;overscroll-behavior-y:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ol,ul{padding-left:30px}.edge{fill:#000}.game{flex-wrap:wrap;justify-content:space-around;position:fixed;width:100%;height:100%;align-content:center;-webkit-transition:all .1s ease-in;transition:all .1s ease-in}.game-board{display:flex;margin-top:40px;margin-bottom:110px}.status{margin-bottom:10px}.square{background:transparent;border:none;float:left;font-weight:700;line-height:50px;padding:0;text-align:center;width:50px;height:50px;color:inherit;overflow:hidden;-webkit-transition:all .2s;transition:all .2s}.square .svg{width:51px;height:51px}.square:focus{outline:none}.kbd-navigation .square:focus{background:#ddd}.game{display:flex;flex-direction:row}.game-info,.game-status{width:100%;text-align:center}.game-info{position:absolute;bottom:20px;height:120px}.game-info button{font:inherit;border:none;background:none;color:inherit;-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hover{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hover{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(8px);transform:translateY(8px)}}
/*# sourceMappingURL=main.1b36e04e.chunk.css.map */