h1{
	font-family: arial;
	font-size: 40px;
	color: orange;
	text-align: center;
	text-shadow:0px 2px 12px #000000;
}

html{
	background-color: gray;
}

p{
	margin-left: 50px;
	margin-right: auto;
	font-family: arial;
	text-align: center;
	color: white;
	text-shadow:0px 2px 12px #000000;
}
#yo{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
a{
	text-align: center;
	font-size: 20px;
	font-family: century;
}