
	html {
		height: 100%;
	}

	body{
		height: 100%;
	}



	.body-container{
		min-width: 360px;
		max-width: 360px;
		margin: auto;
		background: #2e2e2e;
	}

	.main-container{
		min-height: 100%;
		background: #161617;
	}

	.titleText{
		margin: 20px 0px 0px 0px;
		padding: 10px;
		font-family: 'Nunito Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 29px;
		text-align: center;
		color: #FFFFFF;
	}

	.subtitleText{
		margin: 0;
		font-family: 'Nunito Sans';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
	}

	.gamesapplogo {
		margin: auto;
		width: 100%;
		margin-top: 30px;
	}

	.boardImage {
		width: 300px;
		display: block;
		margin: 20px auto 0px auto;
	}

	.ratingusersImage {
		width: 300px;
		display: block;
		margin: 20px auto 0px auto;
	}

	.reviewsImage {
		width: 300px;
		display: block;
		margin: 20px auto 0px auto;
	}

	.heroesImage {
		width: 300px;
		display: block;
		margin: 30px auto 0px auto;
	}

	.fixedButton {
		background: rgba(0, 0, 0, 0.6);
		backdrop-filter: blur(10px);
		bottom: 0;position: fixed;
		max-width: 100%;
		width: 360px;
		height: 70px;
		border-top: 1px solid #A9A9A9;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-around;
		align-items: center;
	}

	.joiningBonus {
		font-family: 'Nunito Sans';
		font-style: normal;
		font-weight: 600;
		font-size: 13.1532px;
		line-height: 18px;
		text-align: center;
		color: #FFC93E;
		width: 133px;
	}

	.installImage {
		width: 300px;
		display: block;
		margin: 30px auto 0px auto;
	}