html,
body {
	font-size: 1.4em;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	background: #141414;
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
}

body{
	background-image: url('/logo.png');
	background-size: cover;
}

body * {
	font-family: inherit;
	box-sizing: border-box;
}

p {
	font-size: 2.5vw;
	margin: 1vh 0;
}

video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
