.App{flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.App,.watch{display:flex;align-items:center;justify-content:center}.watch{height:30px;width:80px;margin:0 auto}.levels{flex-direction:row;justify-content:space-around;width:350px}.levels,.timer{display:flex;align-items:center;height:50px}.timer{font-size:1rem;justify-content:center}.game{width:500px;height:500px;background:-webkit-gradient(linear,left top,right top,from(#d5e218),to(#12cc94));background:linear-gradient(90deg,#d5e218,#12cc94);display:flex;flex-wrap:wrap;align-items:space-around;justify-content:space-around}.square{border:1px solid;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff;font-weight:700}.square:hover{background-color:rgba(0,55,235,.4)}.green{cursor:not-allowed}.green,.green:hover{background-color:#439600}.waiting{display:none}.reset{height:50px;width:150px;border:1.5px solid #d5e218;border-radius:10px;display:flex;justify-content:center;align-items:center;font-size:2rem;margin:10px auto;background:#a1b352;cursor:pointer;outline:none}.reset:hover{-webkit-transition:all 1s;transition:all 1s;height:45px;width:145px;font-size:1.8rem;background:#0fa741;border:5px solid #c4e436;border-radius:15px}.gameBtn{position:absolute;height:150px;width:230px;background:#9c9a06;margin:180px auto;font-size:2.5rem;border:2px solid #0fa741;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;outline:none;opacity:.8}.gameBtn:hover{margin:175px auto;background:#0fa741;border:5px solid #9c9a06;opacity:1}.extraTime{font-size:1.3rem;color:#1a5c18}
/*# sourceMappingURL=main.09d09134.chunk.css.map */