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