html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg {
    position: relative;
    width: 100vw;
    height: 100vh;
    
    
  }
  
.screen-text {
  position: absolute;
  left: 19%;
  top: 12%;
  width: 61%;
  height: 75%;
 transform: rotate(.16deg);
  overflow-y: auto;
 

  font-family: "DM Mono", monospace;
  font-weight: 447;
  font-size: 130%;
}