
a, a:visited {
  outline: none;
	text-decoration: none;
	color: var(--stone-600);
}

a:hover {
	color: var(--stone-600);
	text-decoration: none;
}
