body {
	background-color: black;
	color: #8400ff;

}

.title {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h3 {
	text-align: center;
	color: #1eff00;
	font-family: 'Press Start 2P', cursive;

}


/*div {
	text-align: center;
} */

a:link {
	color: #1eff00;
	font-family: 'Press Start 2P', cursive;

}

a:visited {
	color: #1eff00;
	font-family: 'Press Start 2P', cursive;

} 

ul {
  list-style-type: none;
 }

 .links {
 	width: 350px;
 }

 .thumbnail {
 	background-color: #1c111f;
 	border: 1px solid #8400ff;"
 }

 body {
 	padding-top: 100px;
 }

.nav.navbar-nav li a {
    color: #1eff00;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				0px 8px 13px rgba(0,0,0,0.1),
				0px 18px 23px rgba(0,0,0,0.1);
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   text-align: center;
}

.navbar-inverse .navbar-brand {
	color: #1eff00;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				0px 8px 13px rgba(0,0,0,0.1),
				0px 18px 23px rgba(0,0,0,0.1);
}

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px;
}

hr {
	border-top: 1px solid #8400ff;
	border-bottom: 1px solid rgba(0,0,0,0.4);
}