html, body {
	background-color: black;
	color: white;
	font-size: 24px;
}
.header {
	font-family: 'Creepster', Arial;
	text-align: center;
	color: red;
}
.sub-header {
	font-family: 'Creepster', Arial;
	text-align: center;
	color: #00FFFF;
}
div.question-container:first-child {
	border-top: 3px dotted white;
	padding-top: 1em;	
}
.question-container {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 3px dotted white;
	border-top: 3px dotted white;
}
.question {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Creepster', Arial;
}
.answer {
	
}
.ultimate {
	color: red;
}
.poop {
	text-decoration: underline;
}
.fart {
	font-style: italic;
}
.buttcheese {
	font-family: Arial; 
	font-size: 12px;
	line-height: 1em;
	display: inline-block;
}
a { color: #0F0; }
.img-container { width: 50%; margin: 0px auto; }
img { margin-bottom: 10px; }
/*.inner-container { width: 600px; }*/
/* Hello Comrads, Look for the secret QUI9 DROP here on Dec 31st 2021*/