@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:poppins}html,body{width:100%;height:100%}.flex{display:flex}h1{margin-top:30px}.main{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:30px;padding:2px;background:url(https://img.freepik.com/premium-photo/blurred-colorful-wallpaper-background_976742-179.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.inputbox{flex-direction:column;padding:10px;align-items:center;background-color:#fff;border-radius:20px;box-shadow:#0000003d 0 3px 8px;width:300px;height:auto;gap:10px}.alert{max-width:250px;height:auto}.fa-copy{font-size:2rem;margin-bottom:20px;cursor:pointer;color:#1976d2}.outputpasw{display:flex;gap:20px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}
