/* #displayQueens{
  width: 70%;
  margin: auto;
  border: solid 0.3em;
  text-align: center;
} */

#displayQueens table{

  font-size: 3em;
  margin: auto;
  border: solid 0.1em;
  text-align: center;
}

#displayQueens td{
  width: 1em;
  height: 1em;

}

#displayQueens img{
  width: 50%;

}
.black{
  background-color: black;
  color: black;
}

.white{
  background-color: white;
  color: white
}
