.game-Analytics-area 
{
	display: block;

	background-position: center;
	overflow: hidden;
    margin: 0 0;
    position: absolute;

}

.end-game-message
{	
	position: absolute;
	align-items:center;
	font-size: 26px;
	display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
	text-align: center;
	color:#7D3BBB;
}

.button-holder-end-game
{
	position: absolute;
	border-radius: 5px;
	display: flex;
    align-items:center;
    justify-content:center;
    justify-items: center;
	flex-direction: row;
	z-index: 1000;
}

.response-answer-end-button 
{
	font-size:16px;	
	width: 150px;
	height: 40px;
}

.big-tit-on-top
{
	position: absolute;
	display: flex;
	justify-content:center;
    justify-items: center;
	align-items: center;
	text-align: center;
	color:#7D3BBB;
}