.authenticity-link {
	text-align: center;
	border: 1px solid grey;
	border-radius: 10px;
	padding: 5px;
	margin: 10px;
	box-shadow: darkgreen 0 0 30px;
	display: inline-block;
	background-color: beige;
	font-size: 17px;
	text-decoration: none;
	color: black;
}

.authenticity-link i {
	color: green;
	font-size: 20px;
}