html,
body {
	scrollbar-color: #c4ff0d #111827;
	scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	background: #111827;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background-color: #c4ff0d;
	border: 3px solid #111827;
	border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
	background-color: #d9ff4d;
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
	background: #111827;
}
