*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Texturina,serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#app{background-color:#202020;height:100vh}#app,#chessboard{display:grid;place-content:center}#chessboard{grid-template-columns:repeat(4,120px);grid-template-rows:repeat(4,120px);height:581px;margin-left:auto;margin-right:auto;width:581px}.tile{display:grid;height:120px;place-content:center;width:120px}.tile .chess-piece{background-position:50%;background-repeat:no-repeat;background-size:80px;height:120px;width:120px}.tile .chess-piece:hover{cursor:grab}.tile .chess-piece:active{cursor:grabbing}.black-tile{background-color:#4b7399}.white-tile{background-color:#eae9d2}.tile img{width:60px}
/*# sourceMappingURL=main.c52d6e21.css.map*/