@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Slab Bold'),
	     local('RobotoSlab-Bold'),
	     url(/RobotoSlab-Bold.woff2) format('woff2'),
	     url(/RobotoSlab-Bold.woff) format('woff');
}

html, body {
	position: relative;
	margin: 0;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	font: bold 6vh 'Roboto Slab';
	background: #333;
	color: white;
	cursor: default;
}

video {
	position: absolute;
	margin: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

p {
	position: absolute;
	margin: 0;
	width: 100vw;
	height: 100vh;
	text-align: center;
	line-height: 100vh;
}
