.center {
	height: 200px;
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -250px;
}

.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: white;
}

.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
}

body {background-color: darkkhaki;}
