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: contain;
	position: relative;
}

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;
} 

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;
}

article {
  margin: 20px auto;
  font-family: sans-serif;
  border: #D95336 2px solid;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, .5);
  padding: 10px;
  color: black;
  display: inline-flex;
  width: 80%;
}

article img {
  width: 200px;
	height: 200px;
	border: 1px solid black;
	border-radius: 10px;
}

p {
	font-size: 20px;
	text-align: left;
	text-indent: 15px;
	padding: 5px;
	margin-right: 10px;
}

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 {
  padding: 30px;
  text-align: center;
}