body {
	background-color: #000000;
}

p, h1, h2, h3, h4, h5, h6, ul, li, ol, footer {
	color: white;
	
}

.nobullet {
	list-style: none;
}

a {
	color: #53d4f5;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #fca9f3;
}

.centered {
	text-align: center;
}

.nopadding {
padding: 0;
text-decoration: none;
}

.main-container {
  width: 100%;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.leftSide {
	flex: 1 3 0;
}

.rightSide {
	flex: 1 1 0;
}

li {
	border: solid 1px dimgray;
}