span{font-size:.5em;font-weight:600}.container{flex-direction:column;row-gap:10px;height:100vh;margin:10px;user-select:none}.container,.scoreBoard{display:flex;align-items:center;justify-content:center}.scoreBoard{width:60%;height:70px;font-size:3.4em;color:#087f5b}.gameBoard{box-sizing:border-box;width:360px;height:360px;background-color:#c3fae8;border:2px solid #96f2d7;border-radius:20px;padding:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.gameBoard>div{width:90px;height:90px;background-color:#96f2d7;border-radius:20px;font-size:3.2em;color:#064d36;cursor:pointer}.gameBoard>div,.turnBoard{font-family:Courier New,Courier,monospace;display:flex;justify-content:center;align-items:center;text-align:center}.turnBoard{width:60%;height:70px;font-size:2em;font-weight:600;color:#087f5b}.buttons{display:flex;gap:20px;margin-bottom:20px}.buttons>a{width:100px;height:30px;display:block;font-size:1.3em;border:2px solid #087f5b;border-radius:20px;justify-content:center;display:flex;align-items:center;padding:10px;font-family:Courier New,Courier,monospace;color:#087f5b;font-weight:600;cursor:pointer}@media screen and (min-width:1000px){.gameBoard{width:500px;height:500px;gap:60px}.gameBoard>div{width:110px;height:110px;font-size:4em}.buttons{margin-bottom:100px}}@media screen and (max-width:365px){.gameBoard{width:250px;height:250px;gap:14px}.gameBoard>div{width:60px;height:60px;font-size:2em}}@media screen and (max-width:270px){.gameBoard{width:200px;height:200px;gap:10px}.gameBoard>div{width:45px;height:45px;font-size:1.8em}.buttons>a{font-size:1em;width:50px;height:20px}}@media screen and (max-width:200px){.gameBoard{width:145px;height:145px;gap:5px}.gameBoard>div{width:30px;height:30px;font-size:1em}.buttons>a{font-size:1em;width:40px;height:20px}}