body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.App,body,html{background-color:#deb887;height:100%;margin:0}.App{align-items:center;flex-direction:column;height:100vh;justify-content:center}.App,.row{display:flex}.cell{cursor:pointer;height:50px;transition:background-color .3s;width:50px}.cell.white{background-color:#fff}.cell.black{background-color:#000}.cell.red{background-color:red}.btn{margin-left:34%}.heading{justify-content:center;margin-left:100px}.board{border:2px solid #000;display:flex;flex-direction:column}.btn{background-color:#ffa215;border:none;border-radius:8px;color:#050505;cursor:pointer;font-size:24px;margin-bottom:30px;padding:16px 32px;transition:background-color .3s}.btn:disabled{background-color:#ccc;cursor:not-allowed}.btn:hover:not(:disabled){background-color:#7d5216}
/*# sourceMappingURL=main.223f5139.css.map*/