.share{
	display:block;
	position:relative;
	width:100%;
	padding:2%;
	background-color:rgba(0,0,0,.1);
	border-radius:4px;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:1rem;
	
}
.share a, .share a:visited{
	color:#303030;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:auto;
	padding:1%;
	border-radius:inherit;
}
.share a:hover, .share a:focus, .share a:active{
	background-color:#333;
	color:white;
}