body {
  margin: 0;
  background: black;
}

#terminal {
  height: 100vh;
  margin-left: 20px;
}

#mute {
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 10;
}

#reset {
  position: absolute;
  right: 30px;
  top: 45px;
  z-index: 10;
}
