.socials p {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.socials p a + a {
	margin-left: 10px;
}

.socials p a {
	display: flex;
	align-items: center;
}

.socials img {
	padding: 4px;
	border-radius: 4px;
	background: var(--esqueblue);
	border: 1px solid var(--esqueblue);
}

.lightmode .socials img {
	background: #fff;
}
