@import url('https://fonts.googleapis.com/css?family=Audiowide');

			body{
          /*background-image: url(../images/Version3.jpg); */ 
            background-color:maroon;
            color:white;
            margin:0;
			   background-size:45%;
        }
		  #name{
				font-family: 'Audiowide', cursive !important;
				font-size:1.5em;
				float:left;
				position:relative;
				left:20px;
		  }#gameName{
			  font-family: 'Overlock SC', cursive;
			  font-size:1.5em;
			  float:right;
		  }
		  
		  #name{
		
		 
		  
	 }
        h1{
            color:white;
            font-family: Pacifico, cursive;
            text-align: center;
				font-size: 3.5em;
				line-height:1em;
        }
        h2{
            font-family: 'Walter Turncoat', cursive;
				text-align:center;
				line-height:.5em;
            padding:10px;
        }
		  #menu{
           font-family: 'Itim', cursive;
            text-align: center;
				
				background-color:black;
				line-height:2em;
        }
        #menu > a{
            font-size: 1.25em;
            text-decoration: none;
            color:white;
            margin: 5px;
            margin-right: 80px;
				  text-shadow: 5px 5px 5px black;
				  text-align:center;
            
        }#menu > a:hover{
            color:yellow;
				cursor:pointer;
        }
        .games{
				width:50%;
				height:250px;
				background-color:yellow;
		  }
		  #wrapper{
			width:75%;
			 
			margin-left:auto;
			margin-right:auto;
			 background-color:black;
			border-radius:10px; 
			 
			
		  }
		  
		  #outerWrapper{
			width:100%;
			 
			margin-left:auto;
			margin-right:auto;
			padding:3px;
			
			 
		  }