body,
html {
	background-color: black;
	color: white;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	margin: 0;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.center-title {
	display: none;
	background-color: black;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.title-text {
	margin: auto;
	text-align: center;
}

#stream-container {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
