:root {
  /* --pico-spacing: 0px; */
  --pico-form-element-spacing-vertical: 0.5rem;
  --pico-form-element-spacing-horizontal: 0.5rem;
}
table {
  margin-top: var(--pico-spacing);
  margin-bottom: var(--pico-spacing);
  width: 0px;
}


td {
  height: 40px;
  width: 40px;
  border: 1px solid;
  text-align: center;
  border-color: #8891A4;
  margin: 0px;
  padding: 0px;
}

td > input[type="text"], td {
  /* all: unset; */
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
}

input[type="text"] {
  border-radius: 0px;
  text-align: center;
  font-size: 1.6em !important; 
}

td:first-child {
  border-left: solid;
  border-color: #8891A4;
}

td:nth-child(3n) {
  border-right: solid;
  border-color: #8891A4;
}

tr:first-child {
  border-top: solid;
  border-color: #8891A4;
}

tr:nth-child(3n) td {
  border-bottom: solid;
  border-color: #8891A4;
}
/* h1 {
  margin-top: 2rem;
} */