body {
  font-family: sans-serif;
  background-color: #eef;
  background-color: #111214;
	padding: 0;
margin: 0 300px;
}

main{
  background-color: #232428;
	height: auto;
color: #cccccc;
margin: 0px;
}

h2{
	text-align: center;
	width: 100%;
}
h1{
	margin: 0;
	background-color: #21aa30;
	width: 250px;
}

nav{
	display: flex;
}

nav > *{
	display: flex;
}
ul{
	list-style-type: none;
}

ul > li{
	 width: 200px;
	text-decoration: none;
	font-size: 30px;
}
.list_class{
	width: 200px;
	text-decoration: none;
	font-size: 30px;
	color: #888888;
}

#testing{
	font-size: 50px;
	color: #FF0000;
}
