::-webkit-scrollbar{display:none}html,body{overflow-x:hidden;-webkit-user-select:none;user-select:none}body{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;overflow-y:scroll;max-width:100vw;max-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.gameheader{margin:10px;background-color:#0df;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}.gameh1{text-align:center;align-items:center;text-wrap:wrap;word-wrap:break-word;font-size:26px;font-weight:600;color:#002a30}.gamecontainer{display:flex;justify-content:center;margin-top:40px}.container{display:grid;border-radius:10px;background-color:#676666;grid-template-columns:repeat(3,10vw);grid-template-rows:repeat(3,10vw);padding:10px}.box{border:2px solid rgb(0,221,255);font-size:8vw;cursor:pointer;display:flex;justify-content:center;align-items:center}.box:hover{background-color:#d3c8ff8f}.br-0{border-right:0}.bl-0{border-left:0}.bt-0{border-top:0}.bb-0{border-bottom:0}.boxscr{position:absolute;margin-top:40px;left:50%;transform:translate(-50%,-50%);display:flex;width:300px;justify-content:space-evenly;align-items:center;font-size:18px;background-color:#0df;color:#002a30;height:50px;border-radius:10px}#reset{outline:0;border:0;background-color:0;background:0;margin:0 24px;padding:1px 15px;background:#002a30;border-radius:10px;color:#0df;cursor:pointer;height:30px;width:100px;font-size:14px}
