body {
  display: flex;
  flex-direction: column;
  font-family: "Courier New", monospace;
  background-color: rgb(26, 26, 26);
}

::selection {
  background-color: rgb(220, 220, 220);
  color: rgb(26, 26, 26);
}

#terminal-output,
#command-input,
#prompt-prefix {
  font-family: inherit;
  font-size: medium;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.ssh-login {
  color: rgb(40, 221, 49);
}

#command-input {
  width: 50%;
}

#terminal-output {
  max-height: 96vh;
  overflow-y: auto;
  overflow-x: auto;
}

.directory,
.folder {
  color: rgb(90, 150, 255);
}

.symbol,
.command,
.file,
#terminal-output,
#command-input {
  color: rgb(220, 220, 220);
}
