.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whatsapp-float img {
	margin: 10px;
	width: 50px;
	height: 50px;
}

.whatsapp-float a {
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 50px;
}

.whatsapp-float a:hover {
	background-color: #1ebea5;
}

.whatsapp-text {
	margin-left: 10px;
	font-weight: bold;
}