body{

	background-image: url(../images/1.jpg);
	background-repeat:no-repeat;
	 position: relative;  
	height: 100vh; /* 100% of viewport height */  
	
	/* background-color: #ff0000; */
}  
  
.sticky-footer {  
  position: fixed;  
  bottom: 0;  
  width: 100%;  
  /* background-color: #f5f5f5;  */
  padding: 20px;  
  text-align: center;
}
.neir{
	
	position: absolute;  
	top: 50%;  
	left: 50%;
	transform: translate(-50%,-50%);  
	
	
}
.neir p{
	text-align: center;
}