	@font-face {
		font-family: 'EllisDigitalCoding';
		src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_220508@1.0/EliceDigitalBaeum_Regular.woff2') format('woff2');
		font-weight: 400;
		font-display: swap;
	}
	
	html, body, 
	h1, h2, h3, h4, h5, 
	table, th, td, button, 
	input, textarea {
		font-family: "EllisDigitalCoding", sans-serif
	}
	
	body {
		margin: 0; 
		padding: 0;
		background-color: #151515;
	}
	
	.w3-third img{
		margin-bottom: -6px;
		opacity: 0.8;
		cursor: pointer
	}
	.w3-third img:hover{
		opacity: 1
	}
	
	#game-layout-wrp {
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}
	
	.game-menu {
		color:#1b1b1b!important;
		background-color:#f4f8fc!important;
	}
	

	.game-footer {
		color:#aaa!important;
		background-color:#151515!important;
	}
	
	.game-footer h3{
		color:#fff;
	}
	
	a {
		color: #1b1b1b;
	}
	
	ul li {
		display: inline;
	}

	.game-ul { 
		margin: 0; 
		padding: 0; 
		list-style:none; 
	}
	
	.game-lst-1st {
		font-size: 20px;
	}
	
	.game-lst-1st:hover{
		color:#fff!important;
		background-color:#1b1b1b!important;
	}
	
	.game-lst-2nd {
		font-size: 16px;
		color: #666;
	}
	
	.game-lst-2nd:hover{
		color:#ccc!important;
		background-color:#222!important;
	}
	
	a.game-text-logo {
		text-transform: uppercase;
		text-decoration-line: none;
		color: #1b1b1b;
	}
	
	a.game-text-logo:hover {
		color: #0d6efd;
	}
	
	.game-m-header {
		color:#1b1b1b!important;
		background-color:#fff!important;
	}
	
	.game-m-menu {
		color:#000!important;
		background-color:#efefef!important;
	}
	
	.game-browser-title {
		color:#1b1b1b!important;
	}


	