body {
	background-color: rgb(32,32,32);
	overflow-x: hidden;
}

.narrative {
	font-family: "Lucida Console", monospace;
	color: white;
}

#titlecard {
	text-align: center;
	font-size: 6vh;
}

#descriptioncontainer {
	border: 0.1vh solid white;
	border-radius: 2vh;
	width: 96.5%;
	margin: auto;
}

#description {
	text-align: center;
	font-size: 2.1vh;
	margin: 0.8em 0.8em 0.8em 0.8em;
}

.tutorial {
	color: white;
	font-family: 'Lucida Console', monospace;
	text-align: left;
	margin-left: 3%;
	font-size: 1vw;
}

.tutorialheader {
	color: white;
	font-family: 'Lucida Console', monospace;
	text-align: left;
	margin-left: 3%;
	font-size: 2vw;
}

.tutorialimg {
	margin-left: 3%;
}

.terminalicon {
	display: inline;
	width: 10vw;
	height: 10vw;
	margin-left: 3%;
}

.codecontainer {
	background-color: black;
	border: 0.1vh solid rgb(32,32,32);
	border-radius: 1vh;
	margin: auto;
	width: 94%;
}

.code {
	color: green;
	font-size: 1vw;
	margin-left: 1vw;
	font-family: "Ubuntu Mono", monospace;
}

.code2 {
	color: DodgerBlue;
	font-size: 1vw;
	margin-left: 1vw;
	font-family: "Ubuntu Mono", monospace;
}

.code3 {
	color: Red;
	font-size: 1vw;
	margin-left: 1vw;
	font-family: "Ubuntu Mono", monospace;
}

.code4 {
	color: MediumSeaGreen;
	font-size: 1vw;
	margin-left: 1vw;
	font-family: "Ubuntu Mono", monospace;
}

.code5 {
	color: Chartreuse;
	font-size: 1vw;
	margin-left: 1vw;
	font-family: "Ubuntu Mono", monospace;
}

.tutorialtable th, .tutorialtable td{
	border: 1px solid white;
	white-space: nowrap;
	padding: 8px;
}

.tutorialtable {
	border-collapse: collapse;
	margin-left: 3%;
	table-layout: auto;
}

.tabletext {
	font-family: "Lucida Console", monospace;
	color: white;
	font-size: 1vw;
	text-align: center
}
