.cell {
  border: 1px solid #BDBDBD;
  background-color: #F0F0F0;
  margin: 2px;
  cursor: pointer;
  border-radius: 10px;
}

.cell:hover {
  border: 1px solid #3D5AFE;
}

.highlighted {
  background-color: #3D5AFE;
  color: #fff; /* Black text */
}