@import"https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";body{background-color:#1f1f2f;color:#fff;font-family:Poppins,sans-serif}.square{width:100px;height:100px;background-color:#4b495f;border-radius:5px}.square:hover{background-color:#574cb4}.not-allowed{cursor:not-allowed!important}.circle-won{background-color:#dd7f9f!important}.cross-won{background-color:#3fa7f0!important}.playOnline{font-weight:700;border:none;background-color:#e4ca56;font-size:60px;border-radius:5px;cursor:pointer;margin-top:40vh;outline:none;padding:6px 10px}.grey-background{background-color:gray!important}.main-div{justify-content:center;align-items:center;margin-top:10vh;display:flex;flex-direction:column}.water-background{background-color:#4b495f}.finished-state{margin-top:20px;font-size:30px;color:#574cb4;font-weight:600;text-align:center}.game-heading{padding:5px 20px;border-radius:5px;text-align:center;font-size:40px}.square-wrapper{display:grid;grid-template-columns:repeat(3,1fr);row-gap:10px;column-gap:10px}.move-detection{display:flex;justify-content:space-between;align-items:center;width:400px}.left,.right{height:30px;width:120px;background-color:#4b495f;border-bottom-left-radius:50px;border-top-right-radius:50px;padding:5px;font-size:20px;font-weight:600;text-align:center}.waiting{overflow:hidden;display:flex;justify-content:center;align-items:center;position:absolute;font-size:44px;inset:0}.current-move-circle{background-color:#dd7f9f}.current-move-cross{background-color:#3fa7f0}
