* {
  box-sizing: border-box;
}

div {
  height: 175px;
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

input {
  margin-top: 10px;
  width: 40px;
}

th, td, tr {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  text-align: center;
  width: 50px;
  height: 20px;
}

.highlight {
  background: yellow;
  color: red;
}
