.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#083464;
	color:rgb(0, 0, 0);
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}
.float:hover {
	text-decoration: none;
    color: #000000;
    transform: translateY(-5px);
    transition-delay: 2s;

}

.my-float{
	margin-top:16px;
}