.redir-link {
	cursor: pointer;
	transition: color 0.3s;
}
.redir-link:hover {
	color: #87807c;
}