h1{
	position: relative;
	color: transparent;
}
h1:before{
	content: '';
	display: inline-block;
	width: 10em;
	height: 3em;
	background-image: url(./SimilarRenameLogo.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
h1:after{
	font-size: 1em;
}
