body {
    background: linear-gradient(135deg, #ece9f7 0%, #a1c4fd 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Arial', sans-serif;
}

.welcome-container {
    background: rgba(255,255,255,0.85);
    padding: 40px 30px;
    margin: 70px auto;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(100,100,150,0.12);
    max-width: 420px;
    text-align: center;
}

.welcome-title {
    font-size: 2.7rem;
    color: #3a3b5c;
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.welcome-subtitle {
    font-size: 1.2rem;
    color: #5a5c7a;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.6;
}