* {
	box-sizing: border-box;
	font-family: Calibri, Damascus;
	font-size: 11pt;
}

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-weight: normal;
	overflow: hidden;
}

div {
	-webkit-overflow-scrolling: touch;
}