.twitter:before{
	content: "";
	display: inline-flex;
	height: 1em;
	width: 1em;
	background-color: black;
	-webkit-mask-image: url(images/xt.svg);
	mask-image: url(images/xt.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
}
.pixiv:before{
	content: "";
	display: inline-flex;
	height: 1em;
	width: 1em;
	background-color: black;
	-webkit-mask-image: url(images/pixiv.svg);
	mask-image: url(images/pixiv.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
}
.pawoo:before{
	content: "";
	display: inline-flex;
	height: 1em;
	width: 1em;
	background-color: black;
	-webkit-mask-image: url(images/pawoo.svg);
	mask-image: url(images/pawoo.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
}
.nico:before{
	content: "";
	display: inline-flex;
	height: 1em;
	width: 1em;
	background-color: black;
	-webkit-mask-image: url(images/nico.svg);
	mask-image: url(images/nico.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
}
.bsky:before{
	content: "";
	display: inline-flex;
	height: 1em;
	width: 1em;
	background-color: black;
	-webkit-mask-image: url(images/bsky.svg);
	mask-image: url(images/bsky.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
}
.stickam:before{
	content: "";
	display: inline-flex;
	height: 1em;
	width: 1em;
	background-color: black;
	-webkit-mask-image: url(images/stickam.svg);
	mask-image: url(images/stickam.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
}
