body {
	background: #000000;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: flex-start;
	gap: 10px;
	width: 1000px;
	height: auto;
	margin: auto;
	font-family: verdana;
	color: #aaaaaaff;
}

.logo {
	width: 100%;
	height: 286px;
}
	
.sectionHeader {
	font-size: 1.5em;
}

.instructionSection {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%
	border: 1px solid white;
	border-radius: 10px;
	background: #555555ff;
	padding: 10px;
}

.instructionSectionHeader {
	font-size: 1.5em;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #dddd00;
}

.instructionSectionDetails {
	background: #333333ff;
	border-radius: 10px;
	padding: 0px 10px 0px 10px;
}

.brightText {
	color: dddddd;
}

.exampleImage {
	height: auto;
	width: 100%;
	margin-top: 10px;
	overflow: auto;
}

.imgScroll {
  height: auto;
  width: 100%;
  overflow: auto;
}

a {
	text-decoration: none;
	color: #aaccff;
	background: eeeeeeff;
}

p {
	margin-bottom: 10px;
	margin-top: 0px;
}

dt, dd {
	margin-bottom: 10px;
}

h1 {
	margin: 0px;
	font-size: 1.5em;
}