#alertBox {
	position: absolute;
	top: 30%;
	bottom: 60%;
	left: 40%;
	width: 30%;
	height: 50%;
	background-color: teal;
	border-radius: 10px;
	padding: 10px;
	z-index: 99999;
	text-align: center;
	color: white;
}

#restart, #alert-title{
	width: 100%;
	top: 20%;
	margin-top: 10%;
	position: relative;
}

#alertClose {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}

/* Scoreboard */
#scoreboard{
	position: absolute;
	height: 250px;
	width: 300px;
	top: 10%;
	left: 2%;
	display: inline-block;
	background-color: floralwhite;
}

#scoreboard-title, #score{
	margin: 50px auto;
	display: table;
}
