body {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Rubik, Arial;
}
.left-block, .right-block {
	 width:205px;
	 height:650px;
	border:0;
}

.left-block {
	float:left;
}
.right-block {
	float:right;
}
.game-block {
	float:left;
	background-color: black;
	width:995px;
	height:650px;
}

.game-block iframe {
	width:100%;
	height:100%;
	border:0;
}

.main-block {
	height:650px;
	width:1409px;
 	background: rgba(86,39,141,.8); 
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
	margin-top:34px;
	margin-left:10px;
}

.title {
	display:block;
	font-weight: bolder;
	color:white;
	font-size: 18px;
}
.data {
	color:#fbe300;
	font-size:25px;
	font-weight:bolder;
}

.registration { 
	margin-left:20px; 
	margin-top:50px;
}

.container-left {
	margin-left:20px; 
	margin-top:30px;
}


.get-now {
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 33px; 
	border:0;
	-moz-border-radius: 33px; 
	-webkit-border-radius: 33px; 
	width:158px;
	font-size:18px;
	font-weight:bolder;
	color:#6a0527;
	background: #fbe300;
	background: -moz-linear-gradient(top,  #fbe300 15%, #f7c600 42%, #f7c600 62%, #fbe300 85%);
	background: -webkit-linear-gradient(top,  #fbe300 15%,#f7c600 42%,#f7c600 62%,#fbe300 85%);
	background: linear-gradient(to bottom,  #fbe300 15%,#f7c600 42%,#f7c600 62%,#fbe300 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe300', endColorstr='#fbe300',GradientType=0 );

}
.get-now:hover {
	border: 1px solid #fff700;
	-webkit-box-shadow: 0px 0px 15px #fff700;
   -moz-box-shadow: 0px 0px 15px #fff700;
	box-shadow: 0px 0px 15px #fff700;
}

.featured-games {
	margin-top:40px;
	text-align:center;
}

.featured-games .title {
	color:white;
	font-weight:bold;
	font-size:26px;
}

.featured-games .game-block-small {
	margin-top:25px;	
}
.featured-games .game-block-small img {
	cursor:pointer;
	width:100px;
	height:100px;
	border:3px solid #9b3586;
}
.featured-games .game-block-small img:hover {
	
	-webkit-box-shadow: 0px 0px 15px #c24dbd;
   -moz-box-shadow: 0px 0px 15px #c24dbd;
	box-shadow: 0px 0px 15px #c24dbd;
}

.featured-games .game-block-small .game-desc {
	display:block;
	color:white;
	font-size:20px;
}

