@charset "utf-8";
/* CSS Document */
body  {
	background: #0d0d39;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	}


