body {
	background-color: #000000;
	color: #FB48C4;
}

h1 {
	text-align: left;
}

h2 {
	text-align: left;
	color: #3FFF21;
}

h3 {
	text-align: left;
	color: #3FFF21;
}

.footer-span {
	padding-left: 8em;
}

.container {
	width: 85%;
	height: auto;
	margin: 1%;
	padding: 0 1% 0 0;
	/*border: solid 1px blue;*/
}

.title {
	float: center;
	width: 100%;
	height: auto;
	margin: 10px;
	border-bottom: solid 1px lightblue;
}

.content-all {
	float: center;
	width: 100%;
	height: auto;
	margin: 10px;
	display: flex;
	align-items: top;
	justify-content: top;
	/*outline: dashed 1px lightblue;*/
}

.content {
	float: left;
	width: 800px;
	height: auto;
	margin: 10px;
	/*border: solid 1px yellow;*/
	text-align: left;
}

.nav {
	float: left;
	width: 300px;
	height: auto;
	margin: 10px;
	text-align: center;
	/*border: solid 1px green;*/
}

.footer {
	float: center;
	width: 100%;
	height: auto;
	margin: 10px;
	border-top: solid 1px purple;
}
