*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    color: #000;
    list-style: none;
    text-decoration: none;
	transition: all 0.5s;
}

body {
    background-color: #171717;
	font-family: 'Source Sans Pro', sans-serif;
}
::-webkit-scrollbar{
	width: 20px;

}
::-webkit-scrollbar-track{
	border-radius: 24px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.24);
}
::-webkit-scrollbar-thumb{
	border-radius: 2px;
	background-color: #2e2e2e;
}