#signin-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(106 0 204 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    pointer-events: auto;
}


/* Style for custom sign in button */
#signin-container #googleSignIn {
    background-color: rgba(255, 255, 255, 0.6);
    color: #555;
    font-size: 18px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#signin-container #googleSignIn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#signin-container #signout-btn{
    align-self: center;
}
