body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

table {
  display: flex;
  justify-content: center;
  align-items: center;
}

td {
  text-align: center;
}

.page{
  max-width: 650px;
  max-height: 650px;
}