body {
	font-family: "Bitstream Vera Sans", "Arial", sans-serif;
	color: white;
	background-color: black;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
}

table#display {
	margin: 0;
	border: 1px solid #777;
	padding: 0;
	height: 100vh;
	aspect-ratio: 10/30;
}

table#display td {
	margin: 0;
	border: 1px solid #777;
	padding: 0;
}

div#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 2;
}

div#overlayText {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%, -50%);
}
