body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.app{display:grid;-webkit-justify-content:center;justify-content:center}body{background-color:bisque}.app{text-align:center}h1{color:#266150}.sudoku{position:relative;width:400px;height:400px;border:1px solid #000;box-shadow:5px 5px 5px rgba(68,68,68,.6);display:grid}.sudoku>div{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.sudoku>div>input{width:2.5vw;height:2.5vw;border:none;outline:none;text-align:center;color:grey}.horizon1{top:33%}.horizon1,.horizon2{position:absolute;border:1px solid #000;width:100%}.horizon2{bottom:33%}.vir2{left:33%}.vir1,.vir2{position:absolute;border:1px solid #000;height:100%}.vir1{right:33%}.B1{margin:10px;height:40px;width:150px;background-color:#266150;color:#f0f8ff;font-size:18px;border:none;outline:none;border-radius:5px}.B1:hover{background-color:#05382a}.B2{margin:10px;height:40px;width:150px;background-color:#ff5733;color:#f0f8ff;font-size:18px;border:none;outline:none;border-radius:5px}.B2:hover{background-color:#c22f0e}@media only screen and (max-width:601px){.sudoku{position:relative;width:280px;height:280px;border:1px solid #000;box-shadow:5px 5px 5px rgba(68,68,68,.6);display:grid}.sudoku>div>input{width:15px;height:15px;border:none;outline:none;text-align:center;color:grey}.Button{display:grid;-webkit-justify-content:center;justify-content:center}.B1,.B2{margin:5px;width:100px;font-size:16px}}
/*# sourceMappingURL=main.13047382.chunk.css.map */