body {
    background-image: url(../Images/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    align-content: center;
    font-family: athelas;
    font-size: 18px;
}



.body {
    text-align: center;
    display: inline-block;
	width: 1000px;
	height: 826px;
    font-size: 18px;
    background-color: #8a8c8f;
    color: #000000;
}



.container {
    text-align: center;
    display: inline-block;
	padding-left: 100px;
	padding-right: 100px;
    font-size: 30px;
    background-color: #41393d;
    color: #ffffff;
}



h2 {
  font-size: 45px;
  font-family: Majesti Banner Light;
  color: #be1e2d;
}



ul{
    width: 92%
}
ul li{
    display: inline-table;
    padding-left: 60px;
	padding-right: 60px;
	padding-top: 3px;
	padding-bottom: 3px;
    background-color: #be1e2d;
    font-size: 20px;
    font-family: "Athelas Rg";
}
a:link{
    text-decoration: none;
}
a:hover{
	text-decoration-line: underline;
}



