body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff8f0;
	border-radius: 10px;
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: #fff8f0;
}
body::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
		left bottom,
		left top,
		color-stop(0.44, rgb(26,18,10)),
		color-stop(0.72, rgb(40,30,19)),
		color-stop(0.86, rgb(40,30,19)));
}