/** 
  This CSS is only used in the index.html page
  It will not be included in the application when used as intended
**/

body {
	font-family: Arial, Helvetica, sans-serif;
}

.info {
	width: 100%;
	text-align: center;
}

.info .content {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
