

	

	.question {
		font-size: 1.6em;
	}
	
	.score {
	font-size: 2em;
	border: 2px solid blue;
	width: 300px;
	margin: 15px auto;
	
	
	}
	
	.item {
		color: red;
	}
	
	
	.game {
		background: #f6f6f6;
		padding: 10px 0;
	}
	
	button.credit, button.debit, button.playAgain {
		background-color: #428bca;
		color: #fff;
		font-weight: 700;
	}
	
	button.credit:hover, button.debit:hover, button.playAgain:hover {
	background: #3276b1;
}

#fadeout {
  opacity: 1;
  transition: 1s opacity;
}