/* Estilos básicos */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Estilos para el botón de Google Sign In */
#googleSignInButton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
} 