/* webkit printing magic: print all background colors */
html {
	-webkit-print-color-adjust: exact;
}
* {
	box-sizing: border-box;
	-webkit-print-color-adjust: exact;
}


.appstore{


	z-index: 1000;
	position: fixed;
	width: 310px;
	opacity: 1;
	right: 0px;
	bottom: 0px;
	transition: transform .2s;

}



.appstore:hover {
	transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }




@media only screen and (max-width: 600px) {
	

	.appstore{


		width: 100%;

	}
  
}


.background{

	height: 100%;
	z-index: 1;
}

html, body {
	height: 100%;
	margin: 0px;
}
