body {	
  background-color: black;
  color: white;
  font-family: 'Courier New', Courier, monospace;
	font-weight: bold;
	margin: 10px;
}

#flex1 {
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 1000px;
}

#flex2 {
  display: flex;
	flex-direction: row;
	
}

#flex3 {
  display: flex;
	flex-direction: column;
}

#flex4 {
  display: flex;
	flex-direction: row;
	gap: 10px;
	order: 1;
}

#changelog, #on-repeat, #mini-blog {
	flex: 1;
	aspect-ratio: 1 / 1;
}

#changelogbody, #on-repeatbody, #mini-blogbody {
	/* v needs to be variable to the rest of the space in the container */
	height: 150px;
	overflow: auto;
}

#changelogbody::-webkit-scrollbar, #on-repeatbody::-webkit-scrollbar, #mini-blogbody::-webkit-scrollbar {
	width: 0;
}

main {
	order: 0;
	margin-bottom: 10px;
}

#header, .nav, .nav2, .nav3, main, #changelog, #on-repeat, #mini-blog {
	background-color: grey;
	border-radius: 5px;
	padding: 25px;
}

#header {
	margin-bottom: 10px;
}

#header h1, main h1 {
	margin: 0px;
}

#sidebar {
	margin-right: 10px;
	order: 0;
}

a {
	color: white;
	text-decoration: none;
}

#sidebar img {
	font-size: 16px;
}

.nav, .nav2, .nav3 {
	font-size: 24px;
	width: auto;
}

.nav2, .nav3 {
	margin-top: 10px;
}

.nav2 {
  /*investigate v*/
	height: 284px;
}

.nav2, .nav3, main {
	overflow: auto;
}

.nav2::-webkit-scrollbar, .nav3::-webkit-scrollbar, main::-webkit-scrollbar {
  width: 0;
}

main {
	flex: 1;
	order: 1;
	/* investigate v */
	height: 698px;
}

h3 {
	margin-bottom: 0px;
}

h4 {
	color: rgb(225, 225, 225);
	margin: 0;
}

#flex4 h3 {
	margin:0;
}

ul {
	margin: 0px;
	/* investigate v */
	padding-left: 15px;
}

footer {
	text-align: center;
}

#artmii img {	
	float: right;
	margin-left: -20px;
	width: 20%; 
}

#under_construction img {
  margin-top: 10px;
	width: 745px;
}

#box img {
	width: 10%;
	/* padding-top: 25px;
	margin-left: -20px; */
}

#pagebox img {	
	float: left;
	margin: -10px;
	margin-right: 10px;
	width: 15%; 
}