.page {
	width: 1168px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
}

/* Scrollbar */ 

::-webkit-scrollbar{width: 4px;}

::-webkit-scrollbar-thumb{background-color:rgb(44, 100, 180); border-radius: 0;}
::-webkit-scrollbar-thumb:hover{background-color:rgb(196, 196, 196);}

::-webkit-scrollbar-track{background-color:rgb(44, 100, 180);}


/* End Scrollbar */