

.email-button {
	background-color: rgba(122, 181, 29, 0.85);
	border-radius: 5px;
	margin-bottom: 1.25rem;
	padding: 1rem;
	width: max-content;
	float: right;
}

.email-button:hover {
	background-color: rgba(122, 181, 29, 1);
}

.email-button a {
	color: #fff;
}