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;

    color: #ebebeb;
    background-color: #111;

    padding: 40px 40px 40px 40px;
    
}

a{color: #A8833F; text-decoration: none; outline: none;}

div.logo{max-width: 400px; text-align: center;}
/* Position the logo below the speech orb so it does not get covered when the user is in active listening */
.appLogo {
    margin-top: 100px;
    
}