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: #53256E; /* Change highlight text color */ color: #53256E; } a {text-decoration: none; color: purple; }