.square {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height:100px;
  text-align:center;
}

#ticktacktoe table, th, td {
  border: 1px solid black;
}