.float {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 60px;
	right: 60px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 50px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color: #fff;
	transition: ease-in-out 0.3s;
}

.my-float {
	margin-top: 16px;
}
