body {
  margin: 0;
  background: #0b0b12;
  color: #cba6f7;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
}

.hidden {
  display: none;
}

#boot-screen {
  padding: 20px;
  white-space: pre-wrap;
}

#terminal-container {
  padding: 20px;
}

#quick-bar {
  margin-bottom: 15px;
}

#quick-bar span {
  margin-right: 15px;
  cursor: pointer;
  color: #89b4fa;
}

#quick-bar span:hover {
  text-decoration: underline;
}

#terminal-output {
  min-height: 300px;
  white-space: pre-wrap;
}

#input-line {
  display: flex;
}

#command-input {
  background: transparent;
  border: none;
  outline: none;
  color: inherit;
  flex: 1;
  font-family: inherit;
  font-size: inherit;
}