.games_in_cat {
	text-align:center;
	background-color:#ddd;
	margin:5px;
	padding:5px;
	border-radius:5px;
}

.games_in_cat img {
	width:100%;
}

.plus18_wrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	text-align:center;
	background-color:#000;
	justify-items: center;
	padding-top:20vh;
}

.plus18_cont {
	max-width:60%;
	min-width:40%;
	max-height:80vh;
	min-height:30vh;
	background-color:#fff;
	#display: grid;
	position:relative;
	padding:20px 0;
	border-radius:20px;
}

.plus18_cont h2, .plus18_cont h5{
	color:#000!important;
	padding-bottom:30px;
}

.plus18_cont a {
	display:inline-block;
	width:100px;
	text-align:center;
	border:1px solid #000;
	padding:5px 0;
	margin:0 15px 15px 0;
}

.plus18_cont a:hover {
	background-color:#ddd;
}

.brands_list {padding:0;margin:0;}
.brands_list li {
	margin:10px 0;
	text-align:center;
	list-style:none;
	background-color:#eee;
	padding:10px 0;
	border-radius:10px;
}
.brands_list img {
	max-width:100%;
	max-height:80px;
}
.brands_list span {
	display:block;
}
.brands_list a {
	color:#000;
	text-decoration:none;
}

.slot_allow_brands {
	padding:10px 0;
}	
.slot_allow_brands_item {
	text-align:center;
	background-color:#eee;
	padding:10px 0;
	border-radius:10px;
}	
.slot_allow_brands img {
	max-width:100%;
	max-height:80px;
}
.slot_allow_brands span {
	display:block;
}
.slot_allow_brands a {
	color:#000;
	text-decoration:none;
}

.footer {
	background-color:#ccc;
	padding:10px;
}

.left_brand_logo {
	max-height:50px;
}

.perelink ul {padding:0;margin:0;}
.perelink li {
	list-style:none;
}
.perelink a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}

h1{
	font-size:22px!important;
	font-weight:500!important;
}

h2{
	font-size:18px!important;
	font-weight:500!important;
}