body {
  margin: 0;
  padding: 0;
  background-color: #181a1b;
  font-family: "Ubuntu Mono", monospace;
  /* font-weight: bold; */
  font-size: 18px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
#terminal {
  width: auto;
  margin-left: 5px;
}
.line {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  /* height: 20px; */
}
.prefix {
  color: white;
}
.inp {
  margin: 0;
  margin-left: 10px;
  color: white;
}
#cursor {
  color: white;
  margin-left: 2px;
  font-size: 14px;
  max-height: 1em;
}
.userDomain {
  color: rgb(145, 225, 131);
}
.location {
  color: rgb(27, 87, 191);
}
p {
  margin: 5px 0;
}

/*  */
