* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'terminus';
    src: url('/assets/terminus.ttf');
}
@font-face {
    font-family: 'fstein';
    src: url('/assets/fstein.ttf');
}
@font-face {
    font-family: 'pimper';
    src: url('/assets/pimper.ttf');
}

html {
}

.qoute-motivational-chinese {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

body {
	max-width: 600px;
	width: 80%;
	margin: auto;
	margin-top: 6em;
}

main {
	padding: 10px;
}

h1 {
	font-size: 24px;
}
th {

	font-size: 16px;
}

p, h1, h2, h3, a, pre, th, td, table {
	text-align: center;
}

p, a, th, td, table {
	font-family: fstein;
	font-size: 1.1em;
} 

footer {
	margin-top: 10px;
}

footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

footer a p{
	font-family: terminus;
	color: white;
	vertical-align: middle
}

footer a img {
	display: inline;
	padding: 0;
	margin: 0;
}


h1, h2 {
	font-family: pimper;
	font-size: 3em;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

#search-container {
	display: flex;
	flex-direction: row-reverse;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}
table {
	width: 100%;
}

.terminus {
	font-family: terminus;
}

.fstein {
	font-family: fstein;
}

.pimper {
	font-family: pimper;
}

.green {
	color: green;
}

.red {
	color: red;
}
