.washare {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background:black;
	color: black;
	font-size: 16px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	border-radius: 100px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 999999;
	font-family: 'Open Sans', sans-serif;
}

.washare i {
	font-size: 20px;
	color: white;
}