#content div.form-container {
  display: grid;

  label, span.label {
    font-weight: 900;
    margin-top: 1rem;
  }

  textarea {
    outline: none;
    border: inset 2px transparent;
    resize: vertical;
    max-height: 80lvh;
    min-height: max(20lvh, 120px);

    &:focus {
      border: inset 2px #c7ef86;
    }
  }

  .terminal {
    border: inset 2px transparent;
    margin-top: 0;
  }
}
