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}*{background:#0f1821}h1{color:#fff;font-size:60px;margin-top:5px;padding-inline:10px;text-align:center}.tic-tac-toe-container{align-items:center;display:flex;flex-direction:column;margin-top:50px}.square{background-color:#1f3540;border:2px solid #0f1b21;border-radius:12px;cursor:pointer;float:left;font-size:40px;height:100px;margin-right:-1px;margin-top:-1px;padding:0;text-align:center;width:100px}span{padding-left:10px}.X{color:#002fff}.square:hover{background-color:#25ffcb}.O{color:#a5a313}.btn-reset{background:#1f3540;border-radius:30px;color:#25ffcb;cursor:pointer;font-size:25px;margin-bottom:25px;margin-top:25px;padding:25px;width:250px}.btn-reset:hover{background-color:#25ffcb;color:#1f3540}.score{display:flex}h2{color:#fff;padding:20px}@media screen and (max-width:500px){h1{font-size:40px}.row{display:flex;height:80%}.btn-reset{font-size:20px;width:50%}}
/*# sourceMappingURL=main.8f7a5768.css.map*/