p {
	
font-size: 30px;
	font-family: 'K2D', sans-serif;
	margin: 250px;
	line-height: 40px;
	color: lightgray;
}
body {
	background-color: gray;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: rgb(176, 0, 0);
	text-shadow: black 1px 1px;
}
