body {
	
	font-family: "Lato", "Arial", sans-serif;
	max-width: 650px;
	padding: 15px;
	margin: auto;
	line-height: 1.3em;
  margin: auto;
	background: black;
	
}
p, h1, h2, h3, h4, h5, h6 {
 
 color: black;
  
}

h1, h2, h3, h4, h5, h6 {
	
	text-align: center;
	
}

/* Navigation Design */

header {
	
	background-color: white;
	text-align: center;
	color: white;
	padding: 1px;
	
}

a:link {

	color: blue;
	text-decoration: none;

}

a:visited {

	color: blue;
	text-decoration: none;

}

a:hover {

	color: #84ff93;
	text-decoration: none;

}

a:active {

	color: blue;
	text-decoration: none;

}

/* Content Design */

.main-body {


	
}

.sit-footer {
	
	background-color: #000;
	text-align: center;
	color: white;
	padding: 10px;
	
}

@media screen and (max-width: 600px) {
	
	.main-content, .content-header, .content-footer {
		
		border-width: 20px 10px 20px 10px;
		
	}
	
}