html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: rgb(255, 255, 255);
	margin: 0;
	background: #55555a;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	overflow: hidden;
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* * {
	font-family: afuturaround;
}
@font-face {
	font-family: 'afuturaround';
	font-style: normal;
	font-weight: bold;
	src:
		url(./font/afuturaroundbold.ttf)  format('truetype'),
		url(./font/afuturaroundbold.woff) format('woff'),
		url(./font/afuturaroundbold.woff2) format('woff2');
  }
@font-face {
	font-family: 'afuturaround';
	font-style: normal;
	font-weight: normal;
	src:
		url(./font/afuturaround.ttf)  format('truetype'),
		url(./font/afuturaround.woff) format('woff'),
		url(./font/afuturaround.woff2) format('woff2');
} */