.float{
	position:fixed;
	width:45px;
	height:45px;
	bottom:90px;
	right:17px;


	background-color:#25d366;
	color:#FFF;


	border-radius:80px;

	text-align:center;
  font-size:30px;



	box-shadow: 10px 10px 20px rgb(121, 118, 118);

	
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:3px;
}

h3 {

	color: blueviolet;
	font-family: 'Cabin', sans-serif;
	font-family: 'Caveat', cursive;
	font-family: 'Caveat Brush', cursive;
	font-family: 'Dancing Script', cursive;
	font-family: 'Inspiration', cursive;
	
	}