::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-thumb {
	background: #323248; 
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: #292B47; 
}