body {
	background-color: black;
	margin: 0;
	padding: 0;
}
video {
	display: block;
	margin: 0 auto;
	height: 100vh;
	width: 100vw;
}
