.faulty-terminal-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.faulty-terminal-container canvas {
  width: 100%;
  height: 100%;
  display: block;
}
