body{
	background-color: coral ;
	font-family: 'Raleway', sans-serif;
}
h1 {
	color: white;
	position: center;
	text-align: center;
}

h2 {
	color: white;
	position: center;
	text-align: center;
}

p {
	color: black;
	font-size: 20px;
	font-weight: 100;
}
 #banner {
	 background-image: url('bjj.jpg');
	 background-position:  top center;
	 background-size: cover;
	 height: 800px;
	 width: 100%;
	 text-align: center;
	
 }
 #banner .content{
	border: 1px dotted white;
	positon: relative;
	top: 50px;
	width: 400px;
	margin: 0 auto;
	
 }
 .guard{
	 
 }