a {
	font-style: normal;
	text-decoration: none;
	color: inherit;
	transition: text-shadow 0.5s ease-in-out;
	text-shadow: 0 0 0em #000, 0 0 0em #000;
}

a:hover {
	text-shadow: 0 0 0.5em #fff, 0 0 1em #ff4da6;
}
