@font-face {
	font-family: Bahnschrift;
	src: url(fonts/bahnschrift.tff);
	src: url(../fonts/bahnschrift.tff);
}
	
body {
	margin: 0;
	font-family: Bahnschrift;
	background: #f3f3f3;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}
	
img {
	vertical-align: middle;
}

a {
	text-decoration: none;
}