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}.App{background-color:#2e2e2e;display:grid;height:100vh;place-content:center}#chessboard{background-color:#fff;border:1px solid #000;box-sizing:border-box;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);height:calc(80vh + 2px);width:calc(80vh + 2px)}#chessboard .square{display:grid;height:10vh;place-content:center;width:10vh}.piece{background-position:50%;background-repeat:no-repeat;background-size:contain;height:60px;width:60px}.piece:hover{cursor:grab}.piece:active{cursor:grabbing}#chessboard .black-square{background-color:#779556}@media only screen and (max-width:768px){#chessboard{height:calc(96vw + 2px);width:calc(96vw + 2px)}#chessboard .square{height:12vw;width:12vw}}
/*# sourceMappingURL=main.2492eb1a.css.map*/