.tv{opacity: 5%; z-index: 9909; position: fixed; pointer-events: none; width: 100%; height: 100%;}
body{
    background-color: rgb(31,46,52);
    color: rgb(255, 255, 255);
    overflow-x: hidden;
  }
  *{
    
    text-align: center;
    font-family: monospace;
    color: white;
  }
  * a{
    text-decoration: underline;
  }
  .opening{
    opacity: .06; z-index: 9909; position: fixed; pointer-events: none; width: 100%; height: 100%; animation: fade-out .4s linear;
   }
   
   @keyframes fade-out {
     0%{
       opacity: 1;
       
     }
     100%{
       opacity: 0.06;
     }
   }html, body, * {
    cursor: url("https://i.postimg.cc/VLQ1QFgL/tiny.png"), default; 
  }