body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.container {
    /* Removed background, border-radius, box-shadow, and padding for no box effect */
    text-align: center;
    max-width: 350px;
}

.logo {
    margin-bottom: 32px;
}

h1 {
    font-size: 2.8rem;
    color: #363636;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

p {
    color: #333;
    font-size: 1rem;
    margin: 0;
}

.social-media {
    justify-content: center;
    margin-top: 24px;
}