﻿.social-icons {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}
.icon-rrss {
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}
.icon-rrss:hover {
	filter: grayscale(0%);
}
.linkedin {
	background-image: url('../img/linkedin.webp');
}
.instagram {
	background-image: url('../img/instagram.avif');
}
.x {
	background-image: url('../img/x.webp');
}
.facebook {
	background-image: url('../img/facebook.webp');
}