    body {
    	color: #000000;
			background: #aeaeae;
			padding: 0;
			margin: 0;
			background: url(https://i.imgur.com/DPeGIn1.gif) fixed;
		}
		table {
		  background: url("x") top fixed #050505;
}
		
		header {
			background: url(https://i.imgur.com/n7y8xU6.png);
			background-size: cover;
			text-align: center;
			width: 100%;
			height: 100%;
			font-family: 'Cutive Mono', 'Courier New', monospace;
			padding-top: 50px;
			padding-bottom: 100px;
			color: #ffffff;
		}
		
		#title {
			font-size: 65px;
			font-family: 'Cutive Mono', 'Courier New', monospace;
			display: inline-block;
			font-weight: normal;
			line-height: 80px;
			text-shadow: 5px 2px 5px #9820da;
			margin: 0;
			padding: 0;
		}
	
		#prof-des {
			margin: 10px auto auto auto;
			max-width: 400px;
			background: #ffffff;
			color: #000000;
			border-radius: 5px;
			box-sizing: border-box;
			border: 1px solid #9820da;
			padding: 15px;
			font-family: 'Fira Sans', sans-serif;
			font-size: 13px;
		}
		
		#content {
			max-width: 900px;
			margin: 40px auto;
			background: #000;
			padding: 25px 10px;
			box-sizing: border-box;
			border-radius: 15px;
			font-color: #fff;
			letter-spacing: 1px;
		}
		
		.nav {
			width: 100%;
			background: #000;
			position: -webkit-sticky;
			position: sticky;
			top: 0;
			margin: 0 auto;
			text-align: center;
			font-family: 'Cutive Mono', 'Courier New', monospace;
			border-width: 1px 0 0 0;
			border-style: solid;
			border-color: #9820da;
			font-size: 6px;
		}
		
		.nav ul {
			margin: 0 auto;
			padding: 17px 0 8px 0;
			max-width: 900px;
		}
		
		.nav li {
			margin-left: 2%;
			margin-right: 2%;
			
		}
		
		.nav a {
			font-size: 14px;
			color: #ffffff;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		.page {
			display: inline-block;
		}
		
		.post {
			background-color: black;
			box-sizing: border-box;
			width: 100%;
			padding: 10px 30px 10px 30px;
			font-family: 'Fira Sans', sans-serif;
			color: #fff;
			letter-spacing: 1px;
		}
		
		.post p, .post li {
			border-style: none none none solid;
			border-width: 0 0 0 2px;
			border-color: #9820da;
			font-family: 'Fira Sans', sans-serif;
			font-size: 14px;
			margin: 0 0 0 25px;
			padding: 5px 0 5px 20px;
			text-align: justify;
			line-height: 22px;
			letter-spacing: 1px;
		}
		
		.post-title {
			font-family: 'Cutive Mono', 'Courier New', monospace;
			font-size: 25px;
			font-style: italic;
			margin: 0;
			color: #fff;
		}
		
				.post-title2 {
			font-family: 'Cutive Mono', 'Courier New', monospace;
			font-size: 20px;
			font-style: italic;
			margin: 0;
			color: #9820da;
		}
		
		a {
			color: #d5a3f1;
		} 
		i {
	color: #9820da;
	font-family: georgia;
	letter-spacing: 1px;
}
b {
background: #9820da;
color:#fff;
font-weight: normal;
   font-style: normal;
   letter-spacing: 1px;
font-family: 'Fira Sans', sans-serif;
}
#small {
	border: 1px dashed #050505;
	height: 250px;
	width: 375px;
	overflow: auto;
	padding: 5px;
	background-color: #050505;
}
#big {
	border: 1px dashed #050505;
	height: 250px;
	width: 375px;
	overflow: auto;
	padding: 5px;
	background-color: #050505;
}
#long {
	border: 1px dashed #050505;
	height: 210px;
	width: 764px;
	overflow: auto;
	padding: 5px;
	background-color: #050505;
}
#long2 {
	border: 1px dashed #050505;
	height: 70px;
	width: 764px;
	overflow: auto;
	padding: 5px;
	background-color: #050505;
}
#book {
	border: 1px dashed #050505;
	height: 460px;
	width: 375px;
	overflow: auto;
	padding: 5px;
	background-color: #050505;
}
body, html {
     cursor: url("https://64.media.tumblr.com/103beb3713ed87fd835fc0a855690dae/tumblr_oqtm60KKSQ1w03xrqo6_r2_75sq.png"), auto;
   }
   table.darkTable {
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid #000000;
  background-color: #000;
  width: 100%;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.darkTable td, table.darkTable th {
  border: 1px solid #000000;
  padding: 3px 2px;
}
table.darkTable tbody td {
  font-size: 13px;
  color: #E6E6E6;
}
table.darkTable tr:nth-child(even) {
  background: #000;
}
table.darkTable thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}
table.darkTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
}
table.darkTable tfoot td {
  font-size: 12px;
}
