*{
	margin: 0;
	padding: 0;
}

body{
	background-color: hsla(0,0%,0%,1.00);
}

header{
	background-color: rgba(190,30,45,0.82);
	font-family: "Athelas Rg";
	color: #8A8C8F;
	height: 50px;
}

.img-people{
	width: 800px;
	height: 800px;
	background-size: contain;
	margin-left: 750px;
	padding: 100px;
}


h1{
	font-family: "Majesti Banner Bold";
	color: #BE1E2D;
	text-align: center
	
}

p{
	padding: 100px;
	text-align: center;
	font-family: "Athelas Rg";
	font-size: 22px;
	color:#BE1E2D;
}

h2{
	font-family: "Majesti Banner Bold";
	color:#BE1E2D;
	text-align: center;
	font-size: 30px;
	
}
nav{
	width: 100%;
	height: 150px;
	background-color:rgba(65,57,61,0.89); 
	
}
ul{
	padding-left: 700px;
	
}
	/*This is the text alignment*/
ul li {
	list-style: none;
	display: inline;
	line-height: 100px;
	
}

/*This is the text style*/
ul li a{
	text-decoration: none;
	color: #BE1E2D;
	font-size: 30px;
	font-family: "Majesti Banner Bold";
	padding: 0 20px;
	text-transform: uppercase;
	text-align: center;
}

table{
	border-spacing: 40px;
	margin-left: 700px;
	margin-top: 300px;
	padding: 25px;
}

th, td{
	border: 5px solid #8A8C8F;
	
}