a {
	transition: all 0.3s ease-in-out;
	&:hover {
		text-decoration: none;
	}
}