@font-face {
  font-family: IBM Plex Mono;
  src: url("_dat/IBMPlexMono-Regular.ttf");
}

html {
	background-color: black;
	color: limegreen;
	margin-top: 0px;
	margin-left: 4%;
	margin-right: 4%;
}

body {
	background-color: black;
	color: limegreen;
}

h1 {
	font-size: 48pt;
	font-weight: normal;
	font-family: "IBM Plex Mono";
	/* text-shadow: 2px 2px 3px black; */
}

h2 {
	font-family: "IBM Plex Mono";
	/* color: #808080; */
	font-size: x-large;
	font-weight: normal;
}

h3 {
	font-family: "IBM Plex Mono";
	/* color: #808080; */
	font-size: large;
	font-weight: bold;
}

p {
	color: limegreen;
	font-family: "IBM Plex Mono";
	font-size: medium;
}

pre {
	font-family: "Liberation Mono";
	font-size: small;
	margin-left:10px;
	margin-right: 10px;
	text-indent: 20px;
	background-color: black;
	color: green;

}

sup {
	font-family: "IBM Plex Mono";
	font-size: x-small;
	color:#808080;
	margin-left:10px;
	margin-right: 10px;
}

blockquote {
	font-family: "IBM Plex Mono";
	font-style: italic;
	font-size:small;
	color:#808080;
}

a:link {
	color: limegreen;
	background-color: transparent;
	text-decoration: underline;
	font-family: "IBM Plex Mono";
	font-size: small;
}

a:visited {
	color: green;
	background-color: transparent;
	text-decoration: none;
	font-family: "IBM Plex Mono";
	font-size: small;
}

a:hover {
	color: limegreen;
	background-color: transparent;
	text-decoration: underline;
	font-family: "IBM Plex Mono";
	font-size: small;
}

a:active {
	color: green;
	background-color: transparent;
	text-decoration: underline;
	font-family: "IBM Plex Mono";
	font-size: small;
}
