body {
	font-size: 18px;
	background-color: black;
}

#skip {
	opacity: .65;
	background-color: #141414;
	border: 1px solid white;
	color: white;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	position: relative;
	left: 530px;
	top: 110px;
	transition-duration: .4s;
}
#skip:hover {
	background-color: white;
	color: #141414;
}
#linetwo {
	color: #85c1e9;
}
#linethree {
	color: #85c1e9;
}
#css {
	color: #85c1e9;
}
#html5up-dimension {
	color: #85c1e9;
}
#js {
	color: #85c1e9;
}

.shell-wrap {
	width: 600px;
	margin: 100px auto 0 auto;
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
  
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
  
.shell-top-bar {
	text-align: center;
	color: black;
	padding: 5px 0;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	font-size: 1em;
	font: .85em 'Andale Mono', Consolas, 'Courier New';
	border: 1px solid #CCCCCC;
	border-bottom: none;
  
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
  
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #B8B8B8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#B8B8B8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#B8B8B8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#B8B8B8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#B8B8B8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#B8B8B8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#B8B8B8',GradientType=0 ); /* IE6-9 */
}
  
.shell-body {
	height: 400px;
	margin: 0;
	padding: 5px;
	list-style: none;
	background: #141414;
	color: white;
	font: 0.8em 'Andale Mono', Consolas, 'Courier New';
	line-height: 1.6em;
  
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
  
.shell-body li {
	word-wrap: break-word;
	position: relative;
	padding: 0;
}