@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
.body{
  margin: 0;
  background-color: black;
  color: rgb(185, 185, 185);
}
.main{
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  margin-top: 5px;
}

#terminal {
  display: inline-block;
}

* {
  font-family: 'Ubuntu Mono', monospace;
}
.hidden {
  display: inline;
  width: 0;
  height: 0;
  color: transparent;
}
.hidden input {
  display: inline;
  width: 0;
  height: 0;
  border: 0px;
  padding: 0;
}

::-webkit-scrollbar {
  width: 0;
}

.input-line {
  background-color: black;
  border: 0px;
  min-width: max-content;
}

.link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.input-zone {
  display: block;
  background-color: black;
  border: 0px;
  color: rgb(185, 185, 185);
  min-width: 590px;
  font-size: medium;
}