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{text-align:center}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#364055;min-height:10vh}.App-body,.App-header{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center}.App-body{background-color:#282c34;min-height:90vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.game{font-family:Arial,sans-serif;margin-top:20px;text-align:center}.board{grid-gap:5px;display:grid;grid-template-columns:repeat(3,100px);margin:20px auto;width:fit-content}.cell{align-items:center;background:#f0f0f0;border:1px solid #ccc;cursor:pointer;display:flex;font-size:24px;justify-content:center}.xColor{color:red!important}.oColor{color:blue!important}.bord-cell,.winner-color{align-items:center;display:flex;height:100px;justify-content:center;width:100px}.winner-color{background-color:#45a049;color:#fff}.cell.filled{cursor:not-allowed}.reset-button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.reset-button:hover{background-color:#45a049}.player-points{width:18rem}.button-box,.player-points{display:flex;justify-content:space-between}.button-box{margin-top:10px;width:19rem}.restart-button{background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}
/*# sourceMappingURL=main.cc195497.css.map*/