body {
	/*background-color: black;*/
	background-image: url("images/stars.jpg");
	background-size: cover;
	color: limegreen;
	font-family: 'Lucida Console', monospace;
	font-weight: bold;
	margin: 0;
}

p {
	font-size: 16px;
	color: #bbb;
}

#header {
	font-size: 24px;
	display: flex;	
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.75);
	margin: 0;
	height: 50px;
		
}

#header div {
	width: 100%;
}

ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	flex: 1;
}

ul li {
	padding: 0px 5px;
}

#content {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	height: 100vh;
}

#center {
	margin: 10px;
	flex-basis: 67.67%;
	background-color: rgba(0, 0, 0, 0.75);
	height: 100%;
}
