html {overflow: scroll;
  overflow-x: hidden;}
  
  ::-webkit-scrollbar {
  width: 0; /* remove scrollbar space */
  background: transparent; /* to make scrollbar invisible */
  }
  ::-webkit-scrollbar-thumb {
  background: transparent;
}


::selection {
/* Change highlight background color */
background: #541166;
/* Change highlight text color */
color: #FFFFFF;
}