body {
    background-color: lightblue;
    font-family: 'Josefin Sans', sans-serif;
}

.navbar {
    background-color: lightblue;
    border-color: lightblue;
}

#logo {
    height: auto;
    width: auto;
    max-width: 2em;
    max-height: 2em;
}

#auth {
    color: lightblue;
    background-color: white;
    border-color: white;
    font-size: 1.5em;
    margin-right: 1em;
}

#fitbitlogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#fitbitlogodiv {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#codeblock {
    margin-top: 1.5em;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

/*
 * Create dark grey header with a white logo
 */

.greeting {
    font-size: 10em;
    margin-top: 1em;
    text-align: center;
    color: white;
    font-family: 'Josefin Sans', 'Dancing Script', 'Stalemate',  'Pacifico', cursive, sans-serif;
}

/*
 * Center the body content
 */

.container-full {
  margin: 0 auto;
  width: 100%;
}
