html {
	font-size: 16px;
}

.social-bar {
	position: fixed;
	left: 0;
	top: 35%;
	font-size: 1.5rem;
	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: #2E406E;
}

.icon-whatsapp {
	background: #16d307;
}

.icon-youtube {
	background: #E83028;
}

.icon-instagram {
	background: #d02d8a;
}

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

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

.icon:hover {
	
	border-radius: 0rem 0 0 0rem;
	box-shadow: 0 0 .0rem rgba(0, 0, 0, 0.0);
}
