body{
	background-color: black;
	color: white;

	font-family: Palatino, serif;
	font-size: 12px;
	font-weight: normal;

	/* Same as above*/
	font: normal, 16px Arial, Helvetica, sans-serif;

	line-height: 1.6em;
	margin: 0;
}

#main-header{
	text-decoration: none;
	list-style-type: none;
	padding-left: 50px;
	padding-top: 40px;
	font-size: 12px;
	font-family: times new roman;
	color: white;
}


.fix-me{
	position: fixed;
	top: 50px;
}

#navbar ul{
	padding: 400;
	list-style: none;
	line-height: 1em;
	text-align: center;
}

#navbar li{
	display: inline;
}

#navbar a{
	color: white;
	text-decoration: none;
	font-size: 14px;
	padding-right: 50px;
}

.main-navbar{
	width: 47%;	
	margin: auto;
	text-align: justify;
}

#navbar a:hover{
	color: #00e600;
}


a{
	text-decoration: none;
	color: white;
	text-decoration-line: line-through; /*think about this*/
}

a:hover{
	color: #00e600;
}


.documentation{
	margin: 60px;
	text-align: center;
}

.box-1{
	margin-left: 350px;
	margin-right: 350px;
}


img:hover{
	
	/*filter:hue-rotate(90deg);*/
	/*filter:blur(5px);*/
	filter: invert(100%);
}
