#invisible-button {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* Make the button invisible */
    cursor: pointer; /* Show a pointer cursor on hover */
	z-index: 120000000;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:33px;
	
	color:#25d366;
	
	text-align:center;
  font-size:30px;
	
  z-index:100;
}

.my-float{
	margin-top:16px;
}