div.sticky {
	position: sticky;
	top: 0;
	padding: 15px;
	font-size: 20px;
	text-align: center;
	background-color: #12a274;
}

.sticky {
	color: white;
	border-radius: 10px;
	text-decoration: none;
}

#whatsapp {
	position: fixed;
	bottom: 20px;
	right:20px;
	z-index: 9;
}
svg {
	width: 80px;
	filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
circle {
	fill: #12a274;
}
path {
	fill: #ffffff;
}