.ChessGame{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100vh;padding-top:20px}.square{width:90px;height:90px;display:flex;align-items:center;justify-content:center}.square img{max-width:65%;max-height:65%}.white-piece{filter:invert(1)}.white-piece .black-piece{cursor:grab}.ChessRow{display:flex;flex-direction:row}.ChessRow:nth-child(2n) .square:nth-child(odd),.ChessRow:nth-child(odd) .square:nth-child(2n){background-color:#148d26}.ChessRow:nth-child(2n) .square:nth-child(2n),.ChessRow:nth-child(odd) .square:nth-child(odd){background-color:#dddfce}.board{display:flex;flex-direction:column;border:5px double rgb(222,214,214)}.label{color:#148d26;font-size:20px}.column-labels{display:flex;justify-content:space-around;margin-top:5px}.row-labels{display:flex;flex-direction:column;margin-right:15px;margin-top:40px;gap:67px}.left{display:flex}.Title{font-size:25px}
