@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Great+Vibes&family=Poppins:wght@100;200;300;400;500;600;700;800&family=Spinnaker&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Poppins}.App{align-items:center;background:linear-gradient(#d65db1,#ff6f91,#ff9671);display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;width:100%}.App .begin{color:#4b4453}.App .board{align-items:center;border:5px solid #fff;border-radius:5px;display:flex;flex-wrap:wrap;gap:1rem;height:455px;justify-content:center;width:455px}h1,h1.turn,h1.winner{color:#4b4453}h1.turn span,h1.wait span,h1.winner span{color:#fff;text-transform:uppercase}h1.wait{color:#fff}@media screen and (max-width:1024px){h1{font-size:170%}.board{-webkit-transform:scale(.7);transform:scale(.7)}}@media screen and (max-width:800px){h1{font-size:120%}.board{-webkit-transform:scale(.5);transform:scale(.5)}}.cell{align-items:center;aspect-ratio:1/1;border:2px solid #fff;cursor:pointer;display:flex;justify-content:center;width:8.6rem}.cell.circle .child{border:10px solid #fff;border-radius:50%;height:90px;width:90px}.cell.cross .child{background-color:#fff;height:115px;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px}.cell.cross .child:after{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:100%}@media screen and (max-width:1024px){.cell{width:8.3rem}}@media screen and (max-width:800px){.cell{width:8.3rem}}
/*# sourceMappingURL=main.78338cfd.css.map*/