.bakke-link {
	background: rgb(47, 94, 85);
	color: white;
	border-radius: 50px;
	display: inline-block;

	padding: .5em 1em;
	text-decoration: none;
}

.bakke-link:hover {
	background: rgb(64, 128, 116);
}