/* Google Sign-In Button Styles */
.google-signin-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4285F4;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 240px;
    margin: 0 auto;
    text-decoration: none;
}

.google-signin-button:hover {
    background-color: #357ae8;
}

.google-signin-button img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: white;
    padding: 2px;
    border-radius: 2px;
}
