body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #003366;
}

.gameOverBox {
	background-color: #F00000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 500px;
	width: 100%;
	border-radius: 50px;
	display: none;
}

.gameOverScore {
	font-size: 50px;
	margin: 0 auto;
	color: #600000;
}

.gameOverText {
	margin-top: 5;
	color: #900000;
	font-size: 20px;
}
/*restart button display*/
.restartButton {
	margin-bottom: 5px;
	background-color: #900;
	border-radius: 10px;
	border: none;
	padding: 7px 15px;
	color: #F00000;
	cursor: pointer;
	font-size: 18px;
}

.score {
	position: absolute;
	color: white;
	padding: 8px;
	font-size: 18px;
	user-select: none;
}
.startGameBox {
	background-color: #00F000;
	position: absolute;
	padding: 16px;
	max-width: 500px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 25px;
}


.spellGoneWrongText {
	font-size: 40px;
	
	color: #005000
}
.spellGoneWrongText {
	font-size: 20px;
	
	color: #005000
}
.startButton {
	margin-top: 15px;
	background-color: #009000;
	border-radius: 10px;
	border: none;
	padding: 7px 15px;
	color: #00F000;
	cursor: pointer;
	font-size: 18px;
}