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