body {
	background: #333333;
	color: white;
	width: 97.5%;

}

.main-content {
	display: flex;
	flex-wrap: content;
}

li {
	color: white;
	font-size: 18px;
	text-decoration: none;
}

a {
	color: white;
	font-size: 18px;
	
}

.content {
	width: 20em;
}

.main {


}

.footer {
	position: absolute;
	height: 6em;
	bottom: 0;
	left: 0.5em;
	width: 97.5%;
	background: #333333;
}




