.socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25ch;
	list-style: none;
}
.socials a {
	color: inherit;
	text-decoration: none;
}
.socials > * {
	border-radius: 0.5em;
	padding: 0.2em 0.5em;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 0.8em;
}
