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

header {
  width: 100vw;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  width: 100vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  border-radius: 3px;
  border: 1px solid var(--input-color);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  font-family: sans-serif;
  font-size: 12px;
  min-height: 26px;
  outline: none;
  padding: 2px;
  text-align: center;
  width: 200px;
}

#smol {
  font-size: 0.3rem;
}