body{
	background: linear-gradient(#f9f9f9 60%, #aaa);
	height: 68vh;
}

h1{
	text-align: center;
	margin-top: 15%;
	font-size: 60px;
	color: #999900;
	text-shadow: #fff66c 2px 2px 8px;
}
p{
	text-align: center;
	color: #222200;
	font-size: 30px;
}