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}.App{align-items:center;color:#000;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center}h1{color:red;font-size:3rem;margin-bottom:2rem}.game-container{grid-gap:10px;border:1px solid #000;border-radius:10px;box-sizing:border-box;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:300px;margin:0 auto;padding:10px;width:300px}.box{align-items:center;background-color:red;border:1px solid #000;border-radius:5px;cursor:pointer;display:flex;font-size:4rem;font-weight:700;justify-content:center}.box:hover{background-color:#fff}.winner-container{font-size:2rem;font-weight:700;margin-top:2rem}button{background-color:red;color:#000;margin-top:1rem;padding:.5rem 1rem}button:hover{background-color:#fff;color:red}
/*# sourceMappingURL=main.81e05852.css.map*/