* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: black;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: black;
	overflow: hidden;

}

.video-container {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: black;
}

iframe {
	height: 100%;
	width: 100%;
	border: 0px;
}

.exit {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-decoration: none;
	color: white;
	font-size: 0.8em;
	font-family: lucida console;
}
