body {
  margin: 0;
  background: #0d0d0d;
  color: #e6e6e6;
  font-family: "JetBrains Mono", monospace;
}

#terminal {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

#output div {
  margin-bottom: 4px;
  white-space: pre-wrap;
}

#input-line {
  display: flex;
  align-items: center;
}

.prompt {
  margin-right: 8px;
}

input {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
  width: 100%;
}

.cmd {
  color: #7dd3fc;
}
