.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:35px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:50px;
	box-shadow: 3px 5px 10px #999;
  	z-index:100;
	font-size: 100px;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  	background-color:#fff;
	font-size: 100px;
}

.my-float{
	margin-top:10px;
	font-size: 100px;
}
#WhatsApp{
	font-size: 40px;
	margin-left: 2px;

}


