*{
 	margin: 0;
	padding: 0;
	border: 0; 
}
.btn-wsp{
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 30px;
	right: 10px;
	/*background: #0df053;*/
	background: #47d99d;

	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 15px;
	/* box-shadow: 0px 0px 5px rgba(0,0,1);*/
	z-index: 100;
}
.btn-wsp:hover{
	text-decoration: none;
	/* color: #0df053;*/
	background: #f49a28;
	
}