body{display:flex;justify-content:center;align-items:center;height:100vh;font-family:Arial,sans-serif;background-color:#ececec;margin:0;padding:10px}.game{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 4px 8px #0000001a}.game-board{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.game-info{display:flex;flex-direction:column;align-items:flex-start}.status{font-size:24px;font-weight:700;margin-bottom:10px}.board-div{display:inline-block;border-collapse:collapse}.board-row{display:flex}.square{width:60px;height:60px;font-size:24px;font-weight:700;background-color:#fff;border:1px solid #ccc;border-radius:5px;outline:none;cursor:pointer;transition:background-color .2s}.square:hover{background-color:#f2f2f2}@media only screen and (max-width: 480px) and (orientation: portrait){.status{font-size:18px}.square{width:50px;height:50px;font-size:18px}}@media only screen and (max-width: 480px) and (orientation: landscape){.status{font-size:16px}.square{width:40px;height:40px;font-size:16px}}@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait){.status{font-size:22px}.square{width:55px;height:55px;font-size:22px}}@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape){.status{font-size:20px}.square{width:45px;height:45px;font-size:20px}}@media only screen and (min-width: 1025px){.game{flex-direction:row}.game-board{margin-right:20px;margin-bottom:0}}
