html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

body {
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.64);
    background-blend-mode: color;
}

#google-login {
    text-align: center;
    margin-top: 20em;
}

#google-login img {
    width: 20em;
}

.navbar-brand {
    color: white;
    font-size: 25px;
}

.navbar-header img {
    float: left;
    height: 40px;
    margin: 5px 8px -13px 5px;
}

a {
    text-decoration: none;
}

.message {
    color: white;
    font-size: 1.2rem;
}
