::selection {
	background-color: #6275ba;
	color: white;
	text-shadow: 0 0 black;
}
body {
	background: #0e0e0e;
	font-family: BitmapMc;
	font-size: 12pt;
}
video#stream {
	inset: 0px;
	position: fixed;
	max-width: 100vw;
	max-height: 100vh;
	aspect-ratio: 16/9;
	object-fit: contain;
	margin: auto;
}
h1 {
	color: white;
	font-size: 16pt;
	cursor: default;
}
p {
	color: white;
	font-size: 12pt;
	cursor: default;
}
