body {
	background: #000;
	color: #fce8e8;
}

body:after{
	content: "";
	position: fixed;
 	 top: 0;
 	  left: 0;
 	  width: 100%;
  	  height: 100%;
	  z-index: -1;
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/7/77/QAnon.svg");
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

a:link, a:visited, .intro a.email span.name {
	color: #2504f9;
}

a:link:hover {
	color: #2504f9;
	text-decoration: underline;
}

div.title, h1{
	background-image: linear-gradient(to right, crimson, white, midnightblue);
	color: transparent;
	background-clip: text;
}

a.post_no {
	color: #fce8e8;
}

div.post.reply {
	background: #333;
}

form table tr th{
	background: crimson;
	color: white;
}
