html,body {
	padding: 0px;
	margin : 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

* {
  font-family: 'century gothic', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 16px;
}
