.ueberschrift1 {

	color: #dad1cf;

}

#middle-box {
position: absolute;
    top: 10em;
    left: 8%;

   width: 85%;
   height: 60%;

}



.gameimg {
	width: 180px; 
	height: 250px;
	float: left;
	margin-right:2%;
}

.gamemodebox {
	text-decoration: none; 
	color: white;
	width: 24%; 		

}

.gamemodebox:hover {
	text-decoration: underline;
	cursor: pointer;
}

.gamemodebox:hover .gameimg {
	border-left: 5px solid #472020;
  border-bottom: 5px solid #472020;
  margin: 5px 5px 0 0;
}

#side-frame {
	background:linear-gradient(to bottom, black,#352d2b 50%, #352d2b);
	min-height: 99em;
}


