body { 
	margin: 0px; 
	padding: 0px; 
	min-width: 320px;
}

html, body {
	background: rgba(250,250,250,1);
}

.wrapper {
	max-width: 800px;
	margin: 0 auto; 
	position: relative;
}

#container {
	margin-top: 150px;
	margin-left: 356px;
	position: absolute;
	width: auto;
	height: auto;
}

#app-icon {
	width: 140px;
	height: 140px;
	background-color: none;
	position: absolute;
	background-image: url('/assets/images/app_icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-border-radius: 26px 26px 26px 26px;
	-moz-border-radius: 26px 26px 26px 26px;
	border-radius: 26px 26px 26px 26px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#title {
	width: 360px;
	height: 45px;
	margin-top: 5px;
	margin-left: 160px;
	background-color: none;
	position: absolute;
	font-family: -apple-system-headline, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
	font-size: 46px;
	color: rgba(82,192,24,1);
}

#sub-title {
	width: 360px;
	height: 45px;
	margin-top: 58px;
	margin-left: 160px;
	background-color: none;
	position: absolute;
	font-family: -apple-system-headline, BlinkMacSystemFont, sans-serif;
	font-weight: 400;
	font-size: 28px;
	font-style: italic;
	color: rgba(140,140,140,1);
}

#blurb {
	width: 420px;
	height: 145px;
	margin-top: 164px;
	margin-left: 1px;
	background-color: none;
	position: absolute;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 26px;
	color: rgba(48,48,48,1);
}

#app-store-badge {
	width: 180px;
	height: 64px;
	margin-top: 252px;
	margin-left: -2px;
	position: absolute;
	background-color: none;
	background-image: url('/assets/images/app_store_badge.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#iphone {
	width: 320px;
	height: 631px;
	margin-top: 100px;
	margin-left: 10px;
	background-image: url('/assets/images/iphone.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
