html{font-family:sans-serif;cursor:default;background-image:-webkit-gradient(linear,left top,right bottom,from(red),color-stop(orange),color-stop(#ff0),color-stop(green),color-stop(blue),to(#639));background-image:-webkit-linear-gradient(left top,red,orange,#ff0,green,blue,#639);background-image:-o-linear-gradient(left top,red,orange,#ff0,green,blue,#639);background-image:linear-gradient(to right bottom,red,orange,#ff0,green,blue,#639);height:100vh}body{margin:3rem 0 0;text-align:center;overflow:hidden}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-gap:3px;background-color:#000;padding:6px;margin:2rem auto;width:60vw;max-width:60vh;height:60vw;max-height:60vh;font-size:9vw}.grid__box{display:grid;place-content:center;background-color:#fff}.grid__box.win{color:#639;background-color:#e0ffff;font-weight:700}.current-player,.game-winner{font-size:2rem;text-shadow:0 0 7px #fff;font-weight:700}.game-winner p{-webkit-animation:spin infinite 2s linear;animation:spin infinite 2s linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
/*# sourceMappingURL=main.ce81af03.css.map*/