#controls {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 48rem;
}

.textinput {
  width: 100%;
  min-height: 18rem;
  font-family: monospace;
  white-space: pre;
  tab-size: 2;
}

.controlbutton {
  align-self: flex-start;
}

#status {
  min-height: 1.2rem;
  color: #b00020;
}

#links {
  display: flex;
  gap: 1rem;
}

#open,
#download {
  display: none;
}
