html, body {
  margin: 0;
  height: 100%;
  background: #020617;
  color: #e5e7eb;
  font-family: system-ui, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
}

textarea {
  flex: 1;
  padding: 16px;
  font-size: 16px;
  background: #020617;
  color: #e5e7eb;
  border: none;
  outline: none;
  resize: none;
}

#status {
  padding: 6px 12px;
  font-size: 12px;
  text-align: right;
  color: #22c55e;
}
