body, html {
    margin: 0;
    height: 100%;
    font-family: 'Arial', sans-serif;
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: -1rem;
    font-family: 'Pacifico', cursive;
    color: #4CAF50;
}

.welcome-content {
    text-align: center;
    padding: 1rem 0;
}

.welcome-text1, .welcome-text2 {
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.welcome-text1 {
    color: #666;
}

.welcome-text2 {
    color: rgb(156, 69, 69);
}

.cta-button {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.google-button-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: white;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.google-button-link:hover {
    background-color: #f8f8f8;
}

.google-icon {
    width: 18px;
    height: 18px;
}

.image-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.social-interactions-image {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
}

.background-image {
    background-image: url("../images/social_interactions.png");
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: white;
    text-align: center;
    padding: 2.5vh 20px 20px;
}

.translucent-background {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
