@font-face {
	font-family: 'Open Sans Condensed'; 
	font-weight: bold;
	src:
		local('Open Sans Condensed'),
		url('/fonts/osc700.woff2') format('woff2'),
		url('/fonts/osc700.woff') format('woff'),
		url('/fonts/osc700.ttf') format('truetype'); 
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background: black url('/images/eater.jpg') center center no-repeat;
	background-size: contain;
	user-select: none;
}
body {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
div {
	padding: 1vmax 10vmax;
	text-shadow: -2px -2px 0px black, -2px 0px 0px black, -2px 2px 0px black, 0px 2px 0px black,  2px 2px 0px black, 2px 0px 0px black, 2px -2px 0px black, 0px -2px 0px black;
	text-align: center;
	font: bold 4vmax 'Open Sans Condensed', 'Roboto Condensed', 'Arial Narrow', 'Helvetica', 'Arial', sans-serif; 
	color: white;
}
.d1 {
	flex: none;
}
.d2 {
	flex-basis: 40vw;
}
.d3 {
	flex: none;
}
