:root {
	--bg-color: #2b2f35;
	--color: rgba(200,200,200,0.95);
	}

* {
	padding: 0;
	margin: 0;
	}


body {
	height: 100dvh;

	display: grid;

	grid-template-rows: auto 1fr auto;

	font: normal 16px arial;
	}


html.busy .hide-when-busy {display: none !important;}
html:not(.busy) .hide-when-not-busy {display: none !important;}
