html {
  background-color: black;
}
body {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p, i {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}

#terminalUserText {
  color: green !important;
}

#terminalCurrentDir {
 color: blue !important; 
}

#terminalInput {
  background-color: black;
  border: none;
  outline: none;
  color: white;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
}
