.overlay {

	width: 100%;
	height: 100%;
	border-width: 2px;
	border-style: solid;
  	border-color: black;
	padding: 20px;

}

h1, h2, .overlay{
	text-align: center;

}

#firstContainer {
	background-color:#7B68EE;
	//background-color: #86A7FC;
	padding:5px;
	margin-bottom: 10px;
	color: white;
}


h1{
	font-size: 35px;

}

h2 {
	font-size: 30px;

}

h3 {
	font-size: 25px;

}

h4 {
	text-align: left;

}

#question{
	height: 100%;
	width: 98%;
	background-color: #FFDD95;
	font-size:45px;
	padding: 10px;
	margin-top: 10px;
}

#summBoard{
	//width: 300px;
	//height: 570px;
	//background-color: #E0FFFF;
	background-color: #E8E8E8;
	color: black;
	padding: 3px;
	//position: absolute;
	//right:0%;
	//top: 0%;
	//text-align: center;

}

button {
	width: 150px;
	height: 40px;
	margin:5px;
	font-size: 20px;
	border-radius: 12px;

}


button:hover {
	border-style: groove;
 	border-width: 2px;
  	border-color: blue;

}

#btn-control {
	display:inline-block;

}

#next:hover, #previous:hover {
	background-color: yellow;

}

#Part1{
	//padding: 10px;

	
}

#labels {
	position: relative;
	margin: 5px;

}

#random:hover {
	background-color: yellow;

}

#sumscore{
	position: absolute;
	right: 10%;
}


#popUp{
	background-color: orange;
	width: 40%;
	height: 40%;
	left: 30%;
	top: 22%;
	position: absolute;
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;

}


 