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}html{font-size:15px;height:100vh;margin:0;width:100vw}body{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100;font-weight:350}#root,body{height:100%}.outer-wrapper{display:flex;flex-direction:column;height:100vh}.tictactoe-wrapper,.wrapper{align-items:center;display:flex;height:100%}.tictactoe-wrapper{flex-direction:column;gap:2%;justify-content:center;width:100%}.tictactoe-info-wrapper{display:flex;flex-direction:row;justify-content:space-around;width:65%}.tictactoe-who-play{justify-content:center}.tictactoe-score,.tictactoe-who-play{align-items:center;display:flex;font-size:120%}.tictactoe-reset-wrapper{display:flex;flex-direction:column;gap:5px}.tictactoe-reset-button{background:linear-gradient(45deg,#ff6b6b,#f06595);border:none;border-radius:50px;box-shadow:0 5px 15px #0003;color:#fff;cursor:pointer;font-size:100%;padding:10px;text-decoration:none;transition:all .3s ease}.tictactoe-reset-button:hover{background:linear-gradient(45deg,#f06595,#ff6b6b);box-shadow:0 8px 20px #0000004d;transform:scale(1.05)}.tictactoe-reset-button:active{box-shadow:0 3px 10px #0003;transform:scale(.95)}.tictactoe-dark-wrapper{display:flex;justify-content:center;width:100%}.css-jzcd7z-MuiFormControlLabel-root,.css-kswqkt{margin:initial!important}@media only screen and (max-width:800px){.tictactoe-wrapper{justify-content:normal}.tictactoe-wrapper-title{margin:2%!important}.tictactoe-info-wrapper{align-items:center;flex-direction:column;gap:20px;width:80%}}.board-wrapper{align-items:center;flex-direction:column;justify-content:center}.board-row-wrapper,.board-wrapper{display:flex;gap:2px}.cube{background-color:#6a7d87;border:1px solid #000;border-radius:10px;cursor:pointer;height:23vh;width:15vw}.cube,.cube-x-symbol-wrapper{align-items:center;display:flex;justify-content:center}.cube-x-symbol-wrapper{height:70%}.cube-o-symbol-wrapper{align-items:center;display:flex;height:60%;justify-content:center}.cube-symbol{height:100%;width:100%}@media only screen and (max-width:1000px){.cube{height:21vh;width:20vw}}@media only screen and (max-width:800px){.cube{height:15vh}}@media only screen and (max-width:400px){.cube{width:30vw}}
/*# sourceMappingURL=main.57f7bcc1.css.map*/