
    * {
        cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat991.cur), auto !important;
    }
    /*scrollbar*/
    ::-webkit-scrollbar {
        width: 8px;
     }
     
     ::-webkit-scrollbar-track {
         background: white;
      }
     
      ::-webkit-scrollbar-thumb {
         background: #f9e5f0;
         border: 1px solid #fdd5df;
         border-radius: 100vw;
      }
     /*end of scrollbar*/


     