* {
    padding: 0;
    margin: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
}
.bg-1 {
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	
    background-image: url("HH.jpg");
	background-size: no-repeat;
	display: table;
	top: 0;
	background-size: cover;	
	
	
	
}
.atxt h1{
	position: absolute;
	top: 0;
	color:white;
	padding: 20px;
	font-size: 50px;
}
	
	

