.gameInterface{display:flex;justify-content:space-evenly;margin-top:10px}body{margin:0;padding:0}.chessSquare{height:100px;width:100px;display:flex;padding:5px;justify-content:center;align-items:center}.chessSquare:has(img){cursor:pointer}.blackSquare{background-color:#769656}.whiteSquare{background-color:#eeeed2}.squareSelected{background-color:#baca44}.availableMoveSquare{box-shadow:inset 0 0 0 8px #0ff}.piece{height:90px;width:90px;pointer-events:none;-webkit-user-select:none;user-select:none}.blackSidePiece{transform:rotateY(180deg)}.row{display:flex}.Chessboard{display:flex;flex-direction:column;justify-content:center}.Chessboard.black{flex-direction:column-reverse;transform:rotateY(180deg)}.Chessboard.black>.row>.chessSquare>.piece{transform:rotateY(180deg)}.informationInterface{display:flex;flex-direction:column;margin-top:10px}.Chessboard.black>.informationInterface{transform:rotateY(180deg)}.moveLogsElement{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;max-height:30vh;overflow:scroll;scroll-behavior:smooth;overflow-x:hidden}.moveLog{text-align:center;margin:none}.resultDisplay{height:10vh;width:50%;margin:auto auto 10px;border:5px black solid;background-color:#fff;text-align:center}
