body
{
    height:100%;
    font-size: 24px;

    /* These are the standard fallbacks that are design approved for the majority of the supported devices. */
    font-family:Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;
    
    background-color:#fff;
    color:#000;
    
    background-image:url(background.jpg);
    background-size:cover;
    background-position:top center;

    padding: 64px 28px 64px 64px;
    /*word-break: break-all;*/ 
}


/* Paragraph variant  added to give the URL text an appropriate look, without being a hyperlink*/
p.underline{
	font-size: 24px;
	color:#e32517;
	text-decoration: underline;
}


/* Position the logo below the speech orb so it does not get covered when the user is in active listening */
.appLogo {
    margin-top: 80px;
    width:100%;
    max-width:899px;
    height:auto;
}
