.float{
	position:fixed;
	bottom:30px;
	right:80px;
    background-color:#2C83B9;
	text-align:center;
	z-index: 999;
}
.float:hover{
    background-color: aliceblue;
    color:black
}