div[data-cell] {
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  float: left;
  border: 1px solid #808080;
  font-size: 70px;
  text-align: center;
  justify-content: center;
}

.row {
  clear: both;
}

#announce-winner {
  clear: both;
  font-size: 50px;
}
