@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Source+Code+Pro&display=swap');

body {
	font-size: 16pt;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	background-color: #000;
	color: #eee;
	width: 100vw;
	height: 100vh;
}
pre {
	padding: 1em;
	border-radius: 0.25em;
	-moz-tab-size: 4;
	tab-size: 4;
}
code {
	padding: 0.25em;
	margin: 0.125em;
	border-radius: 0.25em;
}
pre, code {
	background-color: #222;
	font-family: monospace;
	font-size: 0.9em;
}
a {
	color: #eee;
	font-style: italic;
}
.no-select {
	user-select: none;
}
.center>div {
	width: min(700px, 95%);
	margin: auto;
}
table, th, td {
	border: 1px white solid;
	border-collapse: collapse;
	font-size: 15pt;
	margin: auto;
}
.invtab, .invtab * {
	border: 0
}
th, td {
	padding: 10px;
}

/*
	td, h1, #b {
		text-align: center;
	}
*/

html, body, .center {
	margin:  0;
	padding: 0;
}
.center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
