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}*{box-sizing:border-box;margin:0;padding:0}body{background-image:url(/tic-toe/static/media/tictactoe-game-board-spotlighted-on-260nw-1872516523.2fcdfc143792ce5ffcda.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff}.game,body{align-items:center;display:flex;height:100vh;justify-content:center}.game{background-color:initial;flex-direction:column;font-family:sans-serif}.status{font-size:1.5rem;margin-bottom:10px;text-align:center}.board-row{display:flex}.square{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#fffc;border:1px solid #999;cursor:pointer;font-size:2rem;font-weight:700;height:100px;line-height:100px;text-align:center;transition:background-color .3s ease;width:100px}.square:hover{background-color:#f5f5f5}.game-info{margin-top:20px}ol{padding-left:30px}button{margin-bottom:5px;margin-right:5px;padding:5px}#new{margin-left:150px}@media (max-width:600px){.square{font-size:1.5rem;height:80px;line-height:80px;width:80px}.status{font-size:1.2rem}button{font-size:.8rem}#new{margin-left:100px}}@media (max-width:400px){.square{font-size:1.2rem;height:60px;line-height:60px;width:60px}.status{font-size:1rem}button{font-size:.7rem}#new{margin-left:50px}}
/*# sourceMappingURL=main.8c1f0518.css.map*/