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}body{background-image:url(/tic-tac-toe/static/media/felt.5497a1cb0f6f628b8adc.jpg);background-repeat:no-repeat;background-size:cover;height:100vh}.title{color:#ccffcc55;font-size:2.7rem;margin-bottom:15px}.opponents p,.subtitle,.title{font-family:Courier New,Courier,monospace;font-weight:700;text-align:center}.opponents p,.subtitle{color:#ffffffaa;font-size:1rem;margin-bottom:30px}.game{align-items:center;display:flex;flex-direction:column;height:95vh;text-align:center}.board,.game{justify-content:center}.board{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,100px)}.cell,.cell-o,.cell-x{align-items:center;background-color:initial;background-size:cover;border:0;cursor:pointer;display:flex;height:100px;justify-content:center;width:100px}.cell{border:3px solid #ffffff44;border-radius:10px}.cell:hover{background-color:#ffffff22}@keyframes expand{0%{transform:scale(0)}to{transform:scale(1)}}.cell-o,.cell-x{animation:expand .25s ease-in-out forwards;background-repeat:no-repeat;background-size:contain;cursor:not-allowed}.cell-x{background-image:url(/tic-tac-toe/static/media/tile_x.a56ad80a51436e95cc09.png)}.cell-o{background-image:url(/tic-tac-toe/static/media/tile_o.ae5d98c2e33690f02036.png)}.buttons{margin-top:30px}button{background-color:initial;border:3px solid #ffffff44;border-radius:5px;color:#ffffff44;font-size:1.3rem;font-weight:700;margin:0 10px}.buttons button{width:35px}button:hover{background-color:#ffffff22}button.cell,button.cell-o,button.cell-x{margin:0;padding:0}.about button,.opponents button,.outcome button{border:3px solid #fff6;color:#fff6;font-size:1rem;margin-top:15px;padding:5px 10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn 1s ease-in-out forwards}.fade-out{animation:fadeOut 1s ease-in-out forwards}.backdrop{background-color:#000000aa;height:100%;left:0;top:0;width:100%}.about,.backdrop,.outcome{animation:fadeIn 1s ease-in-out forwards;position:absolute}.about,.outcome{align-items:center;background-image:url(/tic-tac-toe/static/media/felt.5497a1cb0f6f628b8adc.jpg);background-repeat:no-repeat;background-size:cover;border:3px solid #ffffff77;border-radius:-15px;color:#ffffffaa;display:flex;flex-direction:column;font-family:serif;font-size:1.3rem;font-weight:700;height:200px;justify-content:center;letter-spacing:2px;margin-top:20px;padding:10px;text-align:center;white-space:pre-line;width:300px}.about{font-family:Courier New,Courier,monospace;font-size:1.2rem;line-height:1.5rem}.about-icon,.outcome-icon{font-size:2.5rem;margin-bottom:10px}.opponents p{margin:20px 0 15px}.opponents button{font-size:.91rem;font-weight:400;margin:0 5px}.current-opponent{background-color:#ffffff22}.current-opponent:hover{background-color:#ffffff44}
/*# sourceMappingURL=main.48d42404.css.map*/