
*{
	margin: 0;
	padding: 0;
}	
body {
	background: #333333;
}


/* SET BAR SCROLL */
::-webkit-scrollbar{ width: 0; height: 0; }
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:transparent; border-radius:0px}
::-webkit-scrollbar-thumb:hover{background:rgba(0, 0, 0, 0.4)}