*{
	background-color: #F8F8FF;
}

#ConsentForm{
	margin: 15px;
}

#Debrief{
	margin: 15px;
}

#StudyInstructions{
	font-size: 14pt;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#StartStudy{
	font-size: 14pt;
	background-color: white;
}

#TestInstructions{
	font-size: 14pt;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#StartTest{
	font-size: 14pt;
	background-color: white;
}

#StudyDisplay{
	font-size: 72pt;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 300px;
	width: 900px;
}

#TestDisplay{
	font-size: 24pt;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 300px;
	width: 900px;
}

#STDS{
	font-size: 14pt;
}

#TestWord{
	font-size: 36pt;
	font-weight: bold;
	letter-spacing: 5px;
}

#StudiedButton{
	font-size: 24pt;
	background-color: white;
}

#UnstudiedButton{
	font-size: 24pt;
	background-color: white;
}