 /*
 *	Developer : Mehdi Asdaghi -> 0917 101 4434 
 *	Mail : Mehdi.Asdaghi@Gmail.Com
 */

body {
	background-color: #f3f3f3;
}
.games-card a {
	width: 100%;
	height: auto;
}
.BuyConsole {
	background-image: url("../../img/xbox.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
}
.buytitle {
	background-color: #eee;
	padding: 20px;
	color: black;
	text-align: center;
	border-radius: 10px;
	opacity: 0.7;
}
.BuyConsole a {
	width: 150px;
}
