*{
	
	margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
}










html,body{overflow:hidden}


body{
background-image: url("bg2.jpg");
background-repeat: no-repeat;
background-size: cover;


background-color:#222

}


 
.content-main{
margin: 400px auto;
	
	width: 200px;
	
}
.box h1{
	
		font-size: 6em;
	color: white;
	padding: 6px;
	text-shadow: 4px 2px 11px black;
}

footer{
position: absolute;
bottom: 10px;

	clear: both;
}
.box .btn{
	width: 200px;
	
}
@media only screen and (min-width:600px)and(max-width:3000px){
	body{
		width:100%;
		overflow: hidden;
		height: 1000px;
	}
}
 
@media only screen and (max-width:599px){
	body{
		width: 100px;
		height: 1000px;

		overflow: hidden;
		
		
	}
	
	
}
 
 