.TicTacToe-module__z9nuLG__game{padding:20px 60px}.TicTacToe-module__z9nuLG__newGame{color:#000;background:#adff2f;border:1px solid #000;border-radius:5px;margin:20px 0;padding:5px;font-size:1rem}.TicTacToe-module__z9nuLG__newGame:hover{color:#fff;background:green;border:3px solid #00f;transition:all .2s}.TicTacToe-module__z9nuLG__grid{aspect-ratio:1;background:#1e90ff;border:3px solid #000;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:10px;max-width:400px;margin-bottom:60px;padding:10px;display:grid}.TicTacToe-module__z9nuLG__grid>div{border:1px solid #000;justify-content:center;align-items:center;font-size:2rem;display:flex}.TicTacToe-module__z9nuLG__gridCell{background:#fff}.TicTacToe-module__z9nuLG__currentTurn{color:#fff;background-color:#1e90ff;border-radius:5px;padding:15px;font-size:1.5rem;font-weight:700;display:inline-block}.TicTacToe-module__z9nuLG__winningMessage{font-size:2.5rem}
