:root {
	color-scheme: dark;
	background: #000;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: #000;
}

body {
	min-height: 100vh;
	min-height: 100dvh;
}

#game-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}
