@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Roboto, Arial, sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
    background-color: rgba(0,0,0,0.2);
}
 
::-webkit-scrollbar-thumb {
  background-color: #6E6E6E;
}