html {
background-color: #212121;
color: #e4e4e4;
font-family: "Noto Sans","Roboto Sans","Liberation Sans",sans-serif;
}

.logoimage img {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
.logo { 
	text-align:center;
	font-size:2em;
	font-weight: bold;
}
.footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	margin: 2em 0 0 0;
}
.footer a {
	color: #39f !important;
}
.footer p {
	font-weight: bold;
	color: #fff;
}
#pagedesc {
	font-style: italic;
}
.timage {
	display: block;
	margin: .8em auto;
 }

.title {
	margin-left: 0.5em;
}
	
.threads {
	display:flex;
	flex-wrap:wrap;
}
.thread {
	box-sizing: border-box;
	background-color: #292929;
	margin: 1em auto;
	border-radius: .5em;
}
.title {
	color: #e6db74;
}
.author {
	color: #b693ff;
}
.tstats {
	margin: .5em 1.2em 1.2em .8em;
	text-align:center;
}
.tstats span {
	margin: .8em .8em 0 0;
}
.viewthread {
	margin: .8em;
}
#readme {
	text-align:center;
}

