.tic-tac-toe{font-family:Arial,sans-serif;max-width:300px;margin:0 auto;margin-top:20vh;text-align:center;background-color:#f4f4f4;padding:20px;border-radius:5px;box-shadow:0 0 10px #0003}.status{font-size:18px;font-weight:700;margin-bottom:10px}.board{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:20px}.square{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#fff;border:1px solid #ccc;font-size:24px;cursor:pointer}.square:hover{background-color:#eee}.scores{display:flex;justify-content:space-around;margin-bottom:10px}button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}button:hover{background-color:#0056b3}
