body, pre{
   background-image: url(https://sapphires0ddity.neocities.org/theoraclecodes.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #1c1c1c;
  color: white;
  font-size: 30px; 
  font-family: 'courier', monospace;
  -webkit-font-smoothing : none;
  text-shadow: 0 0 10px #6fff00;
}:after {
    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: repeating-linear-gradient(
      0deg,
      rgba(black, 0.15),
      rgba(black, 0.15) 1px,
      transparent 1px,
      transparent 2px
    );
    pointer-events: none;
  }
}
::selection {
  background: #0080FF;
  text-shadow: none;
}
pre {
  margin: 0;
}