*{padding:0;margin:0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	background-color:#CCC;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#333;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  background-image: url('https://sandbox.botaoteca.com.br/cookie.png');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;

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