html, body {
  height: 100%;
  width: 100%;
  font-family: monospace;
}

input {
  font-family: monospace;
}

#input-div {
  border-right: 2px black solid;
}


.number-base {
  width: 40px;
}