html body {
  /* behaviour */
  /* color elements */
	background-color: #f0f5f5;
  /* styling elements */
  /* text elements */
	font-family: 'Exo','Helvetica',sans-serif;
	font-size:   1em;
	/* animations */
}

#app-container{
	display: inline-block;
	float:   left;
	width: 	 100%;
	height:  100%;
}

#app-container img{
	display: block;
	margin:  auto;
}

#app-container p{
	display: block;
	margin:  auto;
	min-width: 500px;
	width: 50%;
	ont-weight: 400;
	font-size: 0.9em;
	text-align: center;
	padding: 8px;
}

#app-container a {
	/* behaviour */
	/* color elements */
	/* styling elements */

	margin: 0px;
	cursor:  pointer;
	/* text elements */
	font-weight: 400;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
}
#app-container a:hover {
	text-decoration: underline;
}
