body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color: black;
	background-image: url(imgs/humble-back-01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}
#intro{
	max-width:300px;
	margin:0 auto 0;
	
}
#intro img{
	margin-top:65vh;
	
}