@charset "utf-8";
/* 
	BOJE:
		- zelena: 			#8eb367
		- tamnija zelena: 	#556346
		- crna: 			#36381b
 */
* {
	padding: 0;
	margin: 0;
}

.letter {
	position:absolute;
	font-size: 30px;
	text-align: center;
	color: #556346;
	width: 30px;
	height: 30px;
	z-index: -1;
}

body {
	background-color: #8eb367;
	font-family: 'Press Start 2P', cursive;
	overflow: hidden;
}

#player {
	position:absolute;	
	font-size: 30px;
	text-align: center;
	color: #36381b;
}

#game {
	height: 20px;
	clear: both;
	background-color: #36381b;
	text-align: center;
	color: #8eb367;
	padding: 10px;
	display: none;
}

#game #wordDiv {
	float: left;
}

#game #wordDiv #collected {
	color: #556346;
}

#game #levelDiv {
	float: right;
}

#menu {
	color: #8eb367;
	margin: 150px auto;
	width: 400px;
	height: 150px;
	background-color: #36381b;
	text-align: center;
	padding: 10px;
	border-radius: 3px;
}

#menu #innerMenu {
	border: 1px solid #8eb367;
	border-radius: 10px;
	width: 94%;
	height: 86%;
	padding: 10px;
}

#menu #startButton {
	margin-top: 40px;
	margin-left: 21%;
	width: 50%;
	border: 1px solid #8eb367;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
}