@font-face { font-family: 
  
  "dubellay"; src: url("fonts/dubellay.ttf") format("truetype"); 
  }
  
  @font-face { font-family:
  "ONPTypes"; src: url("fonts/ONPTypes.otf") format("opentype");
  }
  
h1, h2, h3, h4 { 
    font-family: "dubellay";
    }
    

    ::selection {
    /* Change highlight background color */
    background: #d63e3e50;
    /* Change highlight text color */
    /*color: #FFFFFF;*/
    }
  
body {
    font-family: "ONPTypes";
    background-color: #000000;
    color: #FFFFFF;
    
    }
    
    .blur-text-container .blur-text {
        filter: blur(0.7px);
        transition: all 250ms ease;
    }

    .blur-text-container .blur-text:hover {
        filter: blur(0);
    }
    a:link {
        color: #b30000;
        text-decoration:none;
    }
    a:visited {
        color: #b30000;
        text-decoration:none;
    }
    a:hover {
        color: #e80000;
        text-decoration:underline;
    }
    a:active {
        color: #e80000;
        text-decoration:underline;
    }
    
    .scrollbox {
      
    overflow: scroll;
      width: 18em;
    height: 10.25em;
    border-radius: 15px;
    border: 1px #000;
    padding: 5px;
    background-color: #fff ;
    position: static;
    top: -36.75em;
    left: 595px;
    }
    
    .imagemask {
          background-image: url("https://file.garden/aWKauy8voz-ck0sc/text%20texture.jpg");
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight:bold;
          width:fit-content;
          margin:0 auto; /* this is to center, if needed */
          /* add below if you want an outline, if not remove */
          filter: drop-shadow(0px 0.5px black) drop-shadow(0 0.5px black) drop-shadow(0.5px 0 black) drop-shadow(-0.5px 0 black);
            }
    /*custom scrollbar from now on*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b30000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e80000;
}
    
   /* Start https://www.cursors-4u.com */ 
   * {cursor: url(https://cur.cursors-4u.net/cursors/cur-2/cur117.cur), auto !important;} 
   /* End https://www.cursors-4u.com */
    
    
    
    
    
    
    
    