.float{
	position:fixed;
	width:70px;
	height:70px;
	bottom:20px;
	left:20px;
	background-color:#13990A;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:45px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:10px;
    color: inherit;
    
}

 .box{
                position: fixed;
                width: 150px;
                height:35px;
                bottom:35px;
	            left:100px;
                color:#13990A;
	            background-color:#FFF;
                z-index: 100;
                font-size:20px;
                box-shadow: 3px 3px 4px #999;
                border-radius: 7px;
            }

a:hover {
                color: rgb(199, 82, 4);
}
