<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#start-page {
	width: 80%;
	padding: 50px;
	margin: 80px auto;
	/* background-image: url(http://devdigression.com/wp-content/uploads/2017/09/DeclarationofIndependence.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}

#start-page h1 {
	margin-top: 100px;
	font-family: 'Aguafina Script', cursive;
	font-size: 48px;
	letter-spacing: 5px;
	text-align: center;
	color: #fe0;
}

#start-button {
	font-family: Arial;
	font-weight: bold;
	background-color: #0a5f88;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	display: block;
	font-size: 17pt;
	margin: 50px auto;
	height: 50px;
	width: 128px;
}

#quiz-content {
	width: 60%;
	height: 525px;
	margin: 3% auto;
	/* background: transparent; */
	/* background-image: url(images/yellow-rectangular.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
}

#question-form {
	width: 80%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20%;
}

h1 {
	padding-top: 40px;
	font-family: Arial;
	font-size: 24px;
	text-align: center;
	margin: 50px auto 0 auto;
}

#questionText {
	display: block;
	height: 55px;
	color: #ffef00;
	line-height: 30px;
	margin-bottom: 50px;
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	font-family: "Kufi-Arabic-Bold";
	margin-right: auto;
}

.answer-choice {
	/* font-family: Arial; */
	font-weight: bold;
	height: 30px;
	display: block;
	padding: 5px 9px;
	margin-top: 10px;
	background-color: #ecececfa;
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 2px;
}

.selected {
	background-color: #817C6F;
	color: white;
}

.showCorrect {
	border: 2px solid #1D9E10;
}

.showIncorrect {
	border: 2px solid #BA0D0D;
}

#questionFooter {
	display: block;
	width: 100%;
	height: 70px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}

#question-count {
	display: inline-block;
	display: none;
	height: 30px;
	width: 80px;
	background-color: #817C6F;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 2%;
}

#form-submit {
	display: inline-block;
	margin-left: 30%;
	margin: auto;
}

#submit, #next {
	font-family: Arial;
	font-weight: bold;
	background-color: #e7eaeb;
	border-radius: 3px;
	margin: 5% auto;
	height: 50px;
	width: 100px;
	color: #777;
	text-align: center;
}

#start-button:hover, #submit:hover, #next:hover, #reset-button:hover {
	background-color: #88867f;
}

#results-page {
	width: 80%;
	padding: 50px;
	margin: 80px auto;
	/*background-image: url(http://devdigression.com/wp-content/uploads/2017/09/DeclarationofIndependence.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
}

#results-page h1 {
	margin-top: 80px;
	font-family: 'Aguafina Script', cursive;
	font-size: 36px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffef00;
	font-family: "Kufi-Arabic-Bold";
}

#results-page h2 {
	margin-top: 10px;
	font-family: 'Aguafina Script', cursive;
	font-size: 28px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffef00;
	font-family: "Kufi-Arabic-Bold";
}

#reset-button {
	font-family: Arial;
	font-weight: bold;
	background-color: #8c8983;
	border-radius: 5px;
	display: block;
	margin: 40px auto;
	height: 50px;
	width: 123px;
}

@media(max-width: 768px) {
#quiz-content {
	width: 90%;
	height: 575px;
	margin: 3% auto;
	/*background-image: url(http://devdigression.com/wp-content/uploads/2017/09/DeclarationofIndependence.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
}

#questionText {
	display: block;
	height: 70px;
	margin-bottom: 100px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#question-form {
	width: 90%;
	margin: 20px auto;
	padding-top: 20%;
}

.answer-choice {
	font-family: Arial;
	font-weight: bold;
	height: 40px;
	display: block;
	margin-top: 10px;
	background-color: #dedede;
}

.answerChoice {
	font-size: 14px;
}

#questionFooter {
	display: block;
	width: 100%;
	height: 70px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

#submit, #next {
	font-family: Arial;
	font-weight: bold;
	background-color: #dedede;
	border-radius: 3px;
	margin: 0 auto;
	height: 40px;
	/* color: #fff; */
	width: 80px;
}

#start-page {
	width: 90%;
	padding: 20px;
	margin: 40px auto;
	/*background-image: url(http://devdigression.com/wp-content/uploads/2017/09/DeclarationofIndependence.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
}

#start-page h1 {
	margin-top: 50px;
	font-family: 'Aguafina Script', cursive;
	font-size: 28px;
	letter-spacing: 2px;
	text-align: center;
}

#results-page {
	width: 90%;
	padding: 30px;
	margin: 80px auto;
	/*background-image: url(http://devdigression.com/wp-content/uploads/2017/09/DeclarationofIndependence.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
}

#results-page h1 {
	margin-top: 40px;
	font-family: 'Aguafina Script', cursive;
	font-size: 28px;
	letter-spacing: 2px;
	text-align: center;
}

#results-page h2 {
	margin-top: 10px;
	font-family: 'Aguafina Script', cursive;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}
}</pre></body></html>