body {
    background: url('../img/1314464.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
  }
  

.outer-container {
    border-radius: 25px;
    /* border: 1px solid #6c797e; */
    box-shadow: 0px 40px 55px 30px #000000e3;
    padding: 20px;
    backdrop-filter: blur(20px); 
  }
  

.container {
    text-align: center;
}

#password {
    width: 80%;
    padding: 10px;
    border-radius: 25px;
    font-size: 20px;
}

button {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    background-color: #f94dffd0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 30px #f94dffd0;
  }
  
  #red {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    background-color: #f94dffd0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 30px #f94dffd0;
  }
  
  #orange {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    background-color: #f94dffd0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 30px #f94dffd0;
  }
  
  #green {
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    background-color: #f94dffd0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 30px #f94dffd0;
  }
  

.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 20px auto;
}

#passwordLength {
    width: 90%;
}

#lengthDisplay {
    color: rgb(255, 255, 255);
    width: 10%;
    text-align: right;
}