body {
	background-color: black;
}
	
	
h1 {
	background-color: #be1e2d;
	padding-top: 10px;
	text-align: center;
}

h2 {
	color: white;
	text-align: center;
	font-family: "Majesti Banner Bold";
	font-size: 50px
}
h3 {
	text-align: center;
}

	
ul { 
	list-style-type: none;
  	margin: 0;
  	padding: 0;
    overflow: hidden;
}

li {
	float: left;
}

li a {
	display: block;
    text-align: center;
   	padding: 14px 16px;
  	text-decoration: none;
}

li a:hover { 
	background-color: #BE1E2D;
}
	

* {
	padding: 0;
	margin: 0;
}

nav {
	height: 50px;
}
	
nav ul li { 
	list-style-type:none;
	width: 150px;
	float:right;
	text-align: center;
}

li a { 
	text-decoration: none;
	color: white;
	display: block;
}
	



.div {
	width: 1800px;
  	height: 200px;  
  	padding: 10px;
	align-content: center
	}

* {
	padding: 0;
	margin: 0;
	}

nav { 
	height: 50px;
	}
	
nav ul li { 
	list-style-type:none;
	width: 150px;
	float:right;
	border-right: 1px solid #ccc;
	text-align: center;
	}

li a { 
	text-decoration: none;
	color: white;
	display: block;
	}
	

footer { 
	width: 100%;
	background-color: #BE1E2D;
	padding: 5px 0px;
	margin-top: 15px;
	color: white;
	text-align: center;
}

    