/*!****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/main.css ***!
  \****************************************************************/
.chess-board {
    border-spacing: 0;
    border-collapse: collapse;
}

.chess-board th {
    padding: .5em;
}

.chess-board td {
    border: 1px solid;
    width: 6em;
    height: 6em;
}

.chess-board .light {
    background: #bababa;
}

.chess-board .dark {
    background: #5C5C5CFF;
}

.chess-image {
    max-width: 5em;
    max-height: 5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.selected-figure {
    background: #bb927a !important;
}
