html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	overflow: hidden;
	color: #fff;
	font-family: system-ui, sans-serif;
}

#root,
[data-reactroot] {
	display: flex;
	height: 100%;
	min-height: 100vh;
	flex: 1;
}

.tv-root {
	min-height: 100%;
	background: #000;
}

.tv-message {
	padding: 96px;
	max-width: 960px;
}

.tv-message h1 {
	font-size: 42px;
	margin: 0 0 16px;
}

.tv-message p {
	font-size: 24px;
	opacity: 0.8;
}
