html, body {
	margin: 0; padding: 0;
	background: #fff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*::-webkit-scrollbar {
	display: none;
}
#back, .textbutton {
	position: absolute;
	top: 10px; right: 0;
	width: 100%;
	text-align: center;
	font-family: 'Tech', 'Arial';
	font-size: 30px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	z-index: 100;
	white-space: nowrap;
}