@font-face {
	font-family: "Iosevka";
	src: url("Iosevka-Light.woff2") format('woff2');
}

/* @import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */


body {
	background: #05050A;

	display: grid;
	grid-auto-flow: column;

	grid-template-columns: 200px 1fr;

	font-size: 14pt;

	font-weight: 300;
}

body,
pre {
	color: white;
	font-family: "Iosevka", monospace;
}

b {
	font-weight: 800;
}

#sidebar {
	margin-left: 10pt;
	margin-right: 10pt;
	margin-bottom: 10pt;
}

#body {
	margin: 0 auto;
	width: min(100%, 1500px);
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20pt;
}

h1 {
	font-weight: 400;
	font-size: 18pt;
	margin-top: 20pt;
	margin-bottom: 0pt;
}

.link {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 16pt;
	font-weight: 400;

	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 5pt;
}

.hr {
	display: block;
	width: 1fr;
	height: 2px;
	background: white;

	margin-bottom: 10pt;
}

a {
	color: #88ffaa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

iframe {
	display: block;
	width: 100%;
	height: 800px;
	border: 0;
}