body {
	background-color: #0a0f0a;
	border: 2px solid #00ff00;
	max-width: 1000px;
	margin: auto;
}

.content {
	background-color: #0a0f0a;
	margin: auto;
	color: #00ff00;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	text-shadow: 0 0 10px #00ff00;
}

p {	
	margin: auto;
	max-width: 750px;
	font-size: 18px;
}

a:link {
	color: #00ff00;
}

a:visited {
	color: green;
	text-shadow: 0 0 10px green;
}

.skill-list {
  list-style-position: inside;
  text-align: center;        
  padding-left: 0;          
}

.back-home {
  position: fixed;    
  padding: 10px 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  color: #00ff00;
  text-shadow: 0 0 6px #00ff00;
}
