.game_link.container{
	max-width: 1140px;
}

img{
	width:100%;
}

.game_desc{
	text-align:center;
}

.game_menu{
	background-image: linear-gradient(to right top, #b51a1a, #b01817, #ab1515, #a61312, #a11010);
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
    box-shadow: 0px 0px 20px 7px #acacac;
}

#game_btn{
	text-align:center;
	font-size: 30px;
    color: white;
    font-weight: bold;
	
	background: black;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-left: 5px gold solid;
    border-bottom: 5px gold solid;
    border-right: 5px gold solid;
    background-image: linear-gradient(to bottom, #aa1818, #95271e, #802f24, #6c3429, #56362f);
}

div>div.game_menu>.col-3{
	border-left:1px gray solid;
	border-right:1px gray solid;
}

div>div.game_menu>.col-3>a{
	color:white;
    text-decoration: none;
}

#game_btn>a{
	color:white;
    text-decoration: none;
}

.game_image{
	width:30%;
}

.game_image_div{
	text-align:center;
}