body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #74ebd5, #acb6e5);
    font-family: 'Arial', sans-serif;
    color: #333;
}

.cloud {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    text-align: center;
    word-wrap: break-word;
}

.emoji-container {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
}

.emoji {
    font-size: 2rem;
}
