body {
  font-family: monospace;
}

::selection {
  background: white;
}

input.hide-input {
  font-size: 18px;
  line-height: 24px;
  font-family: monospace;
  color: white;
  background: white;
  border: 0;
  outline: none;
  margin-bottom: -44px;
  display: block;
  opacity: 0.01;
}

.input-display {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
.input-display .letter {
  border: 1px solid black;
  border-radius: 3px;
  padding: 4px 3px;
  margin-right: 3px;
  width: 18px;
  text-align: center;
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */
