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

body {
	font-family: "IBM Plex Mono", monospace;
	overflow-x: hidden;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url('bg.gif');
	padding: 0;
	margin: 0;
	padding: 15px;
	border-top: 3px solid #456140;
	border-left: 3px solid #456140;
}

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

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

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

img {
	max-width: 100%;
}

a:link {
  	color: #8ACE00;
	
}
a:visited {
	 color: #639300;
}

