body {
	background: url('../_images/background.jpg');
	height: 100vh;
	overflow: hidden;
    background-repeat: repeat;
    background-size: 290px;
}

.sticker {
    width: 100%;
    min-height: 270px;
    position: relative;
    top: 100px;
	background: url('../_images/logo.svg');
	background-repeat: no-repeat;
	background-position: left center;
}

.sticker h1 {
	display: block;
	text-indent: -9999em;
}