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