@media (max-width:600px){.sudoku-cell{font-size:20px}}#app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sudoku-board{display:grid;grid-template-columns:repeat(9,1fr);grid-gap:0;padding:5%;width:90vw;max-width:500px;margin:auto;border:1px solid #000}.sudoku-cell{width:100%;height:calc(10vw - 5px);max-height:55px;font-size:24px}.sudoku-cell,h1{text-align:center}h1{margin-bottom:20px}button{margin:10px;height:50px;width:100px}.error-message{color:red}.error-message,.timeout-message{text-align:center;margin-top:10px}.timeout-message{color:orange}
/*# sourceMappingURL=style.11e41.css.map*/