.float{
	position:fixed;
	width: 162.32px;
	height:63.83px;
	bottom:40px;
	right:80px;
	background-color:transparent;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
  	z-index:100;
}
.float:hover {
	transform: scale(1.05);
}

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