body{
  padding: 0; margin: 0;
}

#terminal{
 margin: 10px;
 background: black;
 color: #0f0;
 font-family: monospace;
 font-size: 5vh;
 border-left: solid 5px;
 height: 30vh;
}

#terminal p{
  padding: 0; margin: 0;
}

#chat{
  width: 20vw;
  height: 35vh;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #34495e;
  box-shadow: 0 0 5px #000;
  padding: 0;
  font-family: helvetica;
  color: white;
}

#chatbox{
 background: white;
 color: black;
 height: 100%;
 bottom: 0; left: 0; right: 0;
}

#chatbox input{
  bottom: 0;
  position: absolute;
  width: 95%;
  height: 1vw;
  border-radius: 0.5vw;
  border: solid 1px;
}