#ConsentForm{
	margin: 15px;
}

#Debrief{
	margin: 15px;
}

#StudyInstructions{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#TestInstructions{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#TextDisplay{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 300px;
	width: 900px;
	font-size: 60pt;
	font-weight: bold;
	letter-spacing: 5px;
}

#ImageDisplay{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 300px;
	width: 300px;
}