
*{ 
	margin:0;
	padding:0;
	list-style:none;
	font-size:0px; 
}

#Page {
	background-color:f9f9f9;
	height:100vh;
	display:flex;
	align-items:center;
}

#PageContent {
	background-color:f9f9f9;
	height:33vh;
	width:33vw;
	margin:0 auto;
	display:flex;
	align-items:center;
	text-align:center;
    justify-content: center; 
}

p {
	font-family:arial;
	font-size:25px;
	color:silver;
	text-align:center;
}