:root {
	box-sizing: border-box;
	font-family : 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*,*:after,*:before {
	box-sizing: inherit;
}
body {
	padding: 2em;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	align-items: center;
	text-align: center;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	cursor: default;
}
.burger-onsdag {
	width: 80vw;
	max-width: 1200px;
	height: 80vh;
	background-position: center center;
	background-image: url('hamburger.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

.no {
	font-size: 40vmin;
	font-weight: 900;
}
