
:root {
	--bg: #000000;
	--fg: #ffffff;
	--fg-dim: #fea2ae;
	--link: #fdb068;
	--borders: #df7126;
}
@font-face {
  font-family: rs;
  src: url(fonts/PixelOperatorMono.ttf);
}
html {
	height: 100%;
}
body {
	background-color: var(--bg);
	color: var(--fg);
	/*font-family: Courier New, monospace;*/
	font-family: rs;
	font-size: 18px;
	display: grid;
	place-items: center;
	height: 100%;
}
a {
	color: var(--link);
}
.container {
	display:flex;
	align-items:center;
	height:100%;
	text-align:center;"
}
