@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Silkscreen&display=swap');
html {
	scrollbar-width: thin;
	scrollbar-color: #384B1E #444D36;
}

body {
	font-family: "IBM Plex Mono", monospace;
	overflow-x: hidden;
	font-size: 12px;
	line-height: 1.1rem;
	color: #002C1C;
	background: #78806A;
	padding: 0;
	margin: 0;
	padding: 15px;
	border-top: 3px solid #2B3A92;
	border-left: 3px solid #2B3A92;
}

.title {
	font-family: "Silkscreen", sans-serif;
	position: fixed;
	display: inline-block;
	padding: 3px 6px;
	background: #002C1C;
	color: #E9E3C6;
	top: 0;
	left: 0;
}

h1, h2, h3 {
	font-size: 14px;
	font-family: "Silkscreen", sans-serif;
}

h1::after {
	display: block;
	content: " ";
	height: 3px;
	width: 14px;
	background: #2B3A92;
	margin-top: 8px;
}

img {
	max-width: 100%;
}

h2 {
	margin-top: 1.5rem;
	color: #2B3A92;
}

.page img {
	border-radius: 6px;
}

.width-50 {
	max-width: 50%;
}

.border {
	border: 2px solid #2B3A92;
}

.page {
	padding-bottom: 50px;
}

.page a {
	color: #2B3A92;
	font-weight: bold;
	letter-spacing: 0.5px;
}


table {
	border-collapse: collapse;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: #2B3A9270;
}