html {
	font-size: 8px;
}

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

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


.icon-whatsapp {
	background: #563F50;
}


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

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

.icon:hover {
	padding-right: 3rem;
	border-radius: 3rem 0 0 3rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0);
}
