@charset "utf-8";
/* CSS Document */
*{
	width: 100%;
	height: auto;
	margin: 0%;
	padding: 0%;
 	align-content: center;
	text-align: center;
	background-color: #282828;
}
#PD_logo{
	width: 60%;
	padding-top: 10%;
	position: center;
	color: white;
}
#para{
	font-size: 350%;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: white;
}
