.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:60px;
	background-color:rgba(15, 22, 67, 0.8);
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:1000;
}
.float:hover{
	color: rgba(15, 22, 67, 1);
	background-color: rgba(1, 80, 143, 1)
}
.float:focus{
	color: white;
}
.my-float{
	margin-top:16px;
}
