.App{margin:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.Cell{background:none;border:2px solid #ddd;border-top:none;border-left:none;border-collapse:collapse;display:inline-block;padding:14px}.Cell:focus{outline:none}.Cell:first-child{padding-left:18px}.Cell:last-child{border-right:none;padding-right:18px}.Board__Row{white-space:nowrap}.Board__Row:first-child .Cell{padding-top:18px}.Board__Row:last-child .Cell{border-bottom:none;padding-bottom:18px}.NoPlayer,.PlayerO,.PlayerX{width:35px;height:35px;box-sizing:content-box}.PlayerO--Small,.PlayerX--Small{width:12px;height:12px;margin:0 5px}.PlayerX{-webkit-animation:retract .3s ease;animation:retract .3s ease}.PlayerO{-webkit-animation:expand .3s ease;animation:expand .3s ease}@-webkit-keyframes expand{0%{transform:scale(0);opacity:0}}@keyframes expand{0%{transform:scale(0);opacity:0}}@-webkit-keyframes retract{0%{transform:scale(2);opacity:0}}@keyframes retract{0%{transform:scale(2);opacity:0}}.NoPlayer{display:inline-block}.CurrentPlayer,.GameOver{color:#939393;font-weight:700;text-transform:uppercase;height:50px;display:flex;align-items:center}.GameOver__Image{margin-right:10px}.GameOver__Image:hover{-webkit-filter:saturate(3);filter:saturate(3)}.CurrentPlayer__Text,.GameOver__Text{padding:7px 20px 4px;font-size:1em;height:20px;border:1px solid #ddd;border-radius:20px;white-space:nowrap}.CurrentPlayer__Text{margin:20px auto auto}body{margin:0;padding:0;font-family:sans-serif}
/*# sourceMappingURL=main.90500720.chunk.css.map */