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