body {
    background: black;
    color: white;
    margin: 75px;
}

#login {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.g-signin2 {
    display: inline-block;
}

.g-signin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.g-signin-button:hover {
    background-color: #357abd;
}

.g-signin-button:active {
    background-color: #2a5f9e;
}

h1 {
    background: url('../img/logo.png') no-repeat;
    width: 200px;
    height: 71px;
    text-indent: -9999px;
    margin: 0 auto 1em;
}
