#output {
  min-height: 300px;
  white-space: pre-wrap;
  margin-bottom: 20px;
}

input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--neon);
  background: transparent;
  color: white;
  font-size: 1em;
}