		::-webkit-scrollbar {
			width: 10px;
			height: 10px;
		}
		
		::-webkit-scrollbar-track {
			background: transparent;
			border-radius: 10px;
		}
		
		::-webkit-scrollbar-thumb {
			background: transparent;
			border-radius: 0px;
			border: 2px solid transparent;
		}
		
		::-webkit-scrollbar-thumb:hover {
			background-image: linear-gradient(to bottom, #E8337B, #42F5DA, #FFD4E6);
		}
		
		/* Cursor Effect Body Style */
		body {
			height: 100vh; 
			margin: 0;
			cursor: default;
		}