* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f1e3;
    font-family: 'Georgia', serif;
}

.container {
    text-align: center;
    max-width: 360px;
    padding: 20px;
}

img {
    max-width: 360px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px;
}

.title { font-size: 1.55rem; color: #3d2b1f; margin-bottom: 15px; }

.subtitle { font-size: 1.05rem; color: #5c4633; margin-bottom: 35px; line-height: 1.4; }

#googleButton { width: 100%; max-width: 320px; margin: 0 auto; }

.info { margin-top: 30px; font-size: 0.9rem; color: #666; }

#message { margin-top: 20px; padding: 12px; border-radius: 8px; display: none; }