*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
.banner{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(cod4.jpg);
	background-size: cover;
	background-position: center;
}
.content{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}	
.content h1{
	font-size: 70px;
	margin-top: -150px;
}
.footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.img { 
	display: inline-block; 
	height:50px; 
	width:50px; 
	margin-right:10px; 
} 