html {
	font-size: 16px;
}

.social-bar {
	position: fixed;
	right: 0;
	top: 35%;
	font-size: 1.rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	background: #333;
}

.icon-linkedin {
	background: #333;
}

.icon-whatsapp {
	background: #333;
}

.icon-instagram {
	background: #333;
}

.icon:first-child {
	border-radius:    1rem 0 0 0;
}

.icon:last-child {
	border-radius: 0 0  0 1rem;
}

.icon:hover {
	background: #73a479;
	padding-right: 4rem;
	border-radius:  1rem  0 0 1rem;
}
