@font-face 
	{
	font-family: "PublicPixel";
	src: url(PublicPixel.woff);
	}

	::-webkit-scrollbar {
	width: 12px;
	}

	webkit-scrollbar-track {
	background: #aac6ff; 
	}
 
	::-webkit-scrollbar-thumb {
	background: #5282e3; 
	}

	::-webkit-scrollbar-thumb:hover {
	background: #305bb3; 
	}

body 
	{
	background-color: #112143;
	background-image: url('Assets/WinBG.png');
	color: white;
	font-family: "PublicPixel";
	font-size: 16px;
	line-height: 1.8;
	padding-right: 32px;
	padding-bottom: 64px;
	padding-left: 32px;
	padding-top: 64px;
	}
	
	