*{
    margin: 0;
}
body{
    background-image: url("image/Gemini_Generated_Image_4nacsn4nacsn4nac.png");
    background-size: cover;
}
.container{
    position: relative;
     top: 100px;
    left: 500px;
    width: 300px;
    height: 200px;
    text-align: center;
    box-shadow: 1px 1px 20px rgb(7, 7, 7);
    background-color: rgba(1, 41, 15, 0.5);
    border-radius: 15px;
}
.quality{
    display: flex;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 30px;
}
.password{
    width: 200px;
    height: 30px;
    margin-top: 10px;
    margin-left: 50px;
     word-wrap: break-word;
 overflow-wrap: break-word;
white-space: normal;
overflow-y: auto;
background-color: rgba(19, 19, 20, 0.8);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.container p{
    color: #fff;
    font-size: 25px;
    margin-bottom: 0px;
}
button:hover{
    cursor: pointer;
    border: 1px double white;
}
button{
    border-radius: 5px;
    border: none;
    background-color: rgb(42, 8, 119);
    color: rgb(9, 170, 206);
    font-weight: 700;
}
#generate{
    background-color: rgb(42, 10, 72);
    color: rgb(97, 183, 88);
    height: 25px;
}
.click{
    background-color: black;
    color: white;
}
.copy{
    color: #E0FFFF;
    width: 100px;
    font-size: 12px;
    margin-left: 100px;
    content: "h";
}
@media(max-width:680px){
    body{
        padding-top: 20vh;  
    }
    .container{
        position: unset;
        padding-left: 5vh;
    }
}