*
{
	box-sizing: border-box;
}
body     
{ 
	background-color: #FFFFFF; 
	color: #FF0000;
	font-family: Arial; 
}
#wrapper
{
	margin: auto;
	width: 100%;
	background-color: #330000;
	background-repeat: no-repeat;
	border: 3px solid #000000;
}
header
{
	background-color: #830000; 
	color: #FFFFFF;
	height: 110px;
	text-align: center;
	padding-top: 10px; 
	padding-left: 1em;
}
h1       
{ 
	margin-bottom: 0; 
	font-family: Arial;
	font-size: 3em;
}
nav      
{ 
	background-color:#330000;
	float: left;
	padding: 1.5em; 
	font-size: 100%; 
	width: 140px;                 
}
nav a 
{
	text-decoration: none; 
	letter-spacing: 0.15em;
}

nav a:link 
{
	color: #FFFFFF;	
}
nav a:visited
{
	color: #FFFFFF;	
}
nav a:hover
{
	color: #000000;	
}	
main
{
	background-color: #FFFFFF;
	display: block;
	overflow: auto;	  
} 
section       
{ 	
	padding: 1em;
	width: 100%;
	padding: 1em;
}   
h2       
{ 
	margin-top: 0;
	padding: 1em;
	background-color: #000000;
	color: #FFFFFF; 
	font-family: Arial;
	text-align: center;
}
h3       
{ 
	border: solid; color: #330000;
	color: #330000; 
	font-family: Arial;
	text-align: center;
}
#anime
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(anime.jpeg);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}
#game
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(game.jpeg);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}
#goku
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(goku.gif);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}
#naruto
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(naruto.gif);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}
#eren
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(eren.gif);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}
#fifa
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(fifa.jpeg);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}
#kakarot
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(kakarot.jpeg);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}
#red
{
	margin-right: 150px;
	margin-left: 150px;
	height: 300px;
	background-image: url(red.jpeg);
	background-size: 100% 100%;
	background-repeat: no-repeat:	
}



