body {
	margin: 0;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
video {
	max-width: 100vw;
	max-height: 100vh;
	max-height: -webkit-fill-available;
	background-color: #eee;
}
code {
	font-size: 1.3em;
	background: #eee;
	padding: 0.1em 0.3em;
	border-radius: 0.2em;
}

.blended {
	text-decoration: none;
	color: inherit;
}
