body {
	margin: 10px auto 10px auto; 
	background-image: url("./../images/game-page/game-page-background.jpg"); 
	background-size: cover;
	text-align: center;
}

main {
  width: 960px;
	margin: 20px auto;
	background-image: url("./../images/about-background-mid.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 20px;
  position: relative;
}
 main > section > h2 {
   font-family: 'Rye', cursive;
   font-size: 40px;
   color: #D95336;
   text-align: center;
   padding: 5px;
 }

header {
  width: 960px;
  height: 170px;
	margin: 10px auto;
	background-image: url("./../images/felt.jpg"); 
	background-size: cover;
	border: solid 10px black;
	border-radius: 25px;
}

h1 {
  font-family: 'Rye', cursive;
  font-size: 50px;
	color: #D95336;    
	text-align: center; 
  text-shadow: 10px 10px 20px black;
	padding: 5px;
	width: 400px;
  margin: 10px auto;
}


ul {
	width: 700px;
	padding: 40px; 
	margin: 0px auto auto auto; 
	border-bottom: 1px solid black; 
	text-align: center; 
	font-size: 20px;
	color: #D95336  
}

li  {
	display: inline;
	margin: 0px 5px; 
	color: #D95336; 
	font-family:'Merriweather', serif;
} 

table {
  margin: 20px auto 0px auto;
  background: rgba(255, 255, 255, .4);
  z-index: 1;
}
table tr {
  padding: 1px 5px;
}
table th {
  padding: 5px 10px;
  border: 1px solid black;
  font-family: 'Rye', cursive;
  font-size: 25px;
}
table td {
  padding: 5px 10px;
  border: 1px solid black;
  font-family: 'Architects Daughter', cursive;
  font-size: 25px;
  color: #1b0303;
}

.removebutton {
  background: #a03333;
  color: white;
  
}
.removebutton:hover {
  cursor: pointer;
}

 main > div:first-child img {
   width: 100%;
 }
 main > div:last-child {
   width: 100%;
   position: absolute;
   bottom: -30px;
   left: 0px;
   z-index: 0;
 }
 main > div:last-child img {
   width: 100%;
 }

footer {
  text-align: center;  
  padding: 20px;
  font-weight: 500; 
  font-size: 15px;
  font-family: 'Fredericka the Great', cursive;
  background-image: url("./../images/felt.jpg"); 
  color: #D95336; 
  width: 960px;
  margin: 50px auto;
  border: solid 10px black;
  border-radius: 25px;
}

a{
	text-decoration: none;
	color: #D95336; 
} 

a.button{
	background-color: rgb(226, 43, 43); 
	border: 1px solid #D95336; 
	border-radius: 5px; 
	color: whitesmoke; 
	padding: 10px 10px 10px 10px;
} 

a.button:active,a.button:focus,a.button:hover{
	background-color: yellow; 
	margin-top: -5px; 
	color: black;
} 

a.button:hover {
	border: 1px solid orange;
}