#msgs {
  overflow: auto;
  background-color: #191e35;
  width: 50vw;
  height: 50vh; }
  #msgs .msg {
    position: relative;
    left: 2.5vw;
    width: 50px;
    background-color: #191e35; }

#input {
  background-color: #191e35;
  width: 20vw;
  height: 5vh;
  margin: 6.7px;
  border: none; }
