body {
	background-color: #c1946a;
}

#listOfGuess{
	display: none;
	font-size: 25px;
	font-family: arial;
	
	}
	
#GuessingGame {
		background-color: #405d27;
		border-color: #82b74b;
		padding: 30px;
		font-size: 40px;
		text-align: center;
		color: white;
		font-family: arial;
		
	}
	
#gameBoard {
	background-color: #3e4444;
	border-style: double;
	border-color: white;
	display: none;
	font-size: 40px;
	box-shadow: 10px 5px 5px #c1946a;
}	

#pumpkin{
	width: 580px;
	display: none;
	width: 40% 40%;
}

#YesNo {
	display: block;

}