.board-hidden, #resetGame, #winner, #playerName{
  display: none;
}
.board-tile {
  height: 150px;
  width: 150px;
}

.black-tile {
  background-color: #383838;
  color: aliceblue !important;
  font-size: 80px!important;
}

.board-tile:hover {
  background-color: #2c2c2c;
}

