*{
  background-color: black;
  color: white;
  font-family: "Lucida Console", "Lucida Sans Typewriter", monaco,
  "Bitstream Vera Sans Mono", monospace;
  font-size: 3vw;
  overflow-wrap: break-word;
}
*:focus{
  outline: 0;
}
input,textarea{
  border: none;
}
textarea{
  /* For edit input box */
  resize: none;
  width:90%;
  height:98%;
  padding: 20px;
}
.terminalWrapper{
  margin:20px;
  width:100%;
}
.terminalLines{
  white-space: pre-wrap;
}
.terminalInput{
  width:70%;
  display: inline-block
}
.full{
  width:100%;
  height:90vh;
}
@media (min-width: 600px) {
   *{
      font-size:1em;
   }
}
