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{width:100%;height:100vh;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"chessboard side";justify-content:center;align-items:center;justify-items:center}.app>.main-chessboard{width:-webkit-min-content;width:min-content;height:-webkit-min-content;height:min-content;position:relative;grid-area:chessboard}.app>.side-section{display:flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:center;grid-area:side;width:100%;height:100%;background:#f5f5f5}.app>.side-section>.undo-btn{background:#f5f5f5;color:#001;padding:8px 12px;font-size:24px;border-radius:16px;cursor:pointer;box-shadow:2px 2px 6px rgba(0,0,0,.5)}@media only screen and (max-width:768px){.app{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-template-areas:"chessboard" "side"}}
/*# sourceMappingURL=main.26235cce.chunk.css.map */