.navbar {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: teal;
    color: #fff;
    margin-top: 0px;
  }

  li {
    list-style: none;
    float: left;
  }
  
  .logo {
    font-size: 32px;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  a {
    font-size: 25px;
    display: block;
    padding: 8px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  .menu {
    display: flex;
    gap: 1em;
    font-size: 15px;
  }
  
  
  .menu li {
    padding: 5px 14px;
  }
  
  .menu li:hover {
    background-color: #4c9e9e;
    border-radius: 5px;
    transition: 0.3s ease;
  }


  
#text-style {
    font-family: 'Poppins', sans-serif;
  }

  a:hover {
    background-color: #728FCE;
    cursor: pointer;
  }
  
  a:active {
    background-color: #2F539B;
  }
  
  #statsdiv-1 {
    display: flex;
    flex-direction: row;
    place-content: center;
    height: 500px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(223, 239, 253), #e6e6e7 );
  }

  #pswd-heading {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    margin-right: 100px;
}

#hidden-pswd-heading {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 100px;
  height: 100%; 
  padding: 200px;
}

#hidden-pswd-heading2 {
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 100px;
  height: 100%; 
  padding: 200px;
}



#pswd-heading2 {
  font-family: 'Poppins', sans-serif;
}

#number-generated-passwords {
  margin-top: 200px;
  display: flex;
  left: 100px;
  font-family: 'Outfit', sans-serif;
  text-align: center;
  font-size: 30px;
}

#generated-passwords {
  font-family: 'Quicksand', sans-serif;
  font-size: 25px;
  justify-content: center;
  text-align: center;
}


#statsdiv-3 {
  height: 500px;
  width: 100%;
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

#video-div {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}

#statsdiv-2 {
  display: flex;
  flex-direction: row;
  place-content: center;
  height: 500px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgb(223, 239, 253), #729495 );;
}

#statsdiv-4 {
  display:flex;
  flex-direction: row;
  height: 500px;
  width: 100%;
  background-color: whitesmoke;
}

#statsdiv-5 {
  display: flex;
  flex-direction: row;
  height: 250px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgb(223, 239, 253), #ffb1b1 );;
}

#facts-div {
  font-family: 'Manrope',sans-serif;
  font-weight:medium;
  font-size: 20px; 
  align-items: center;
  display: flex;
  flex-direction: column;
}

#key-picture {
  float: left;
}

#div1 {
  justify-content: center;
  align-items: center;
  flex-direction:column;
  place-items: center;
  left: 50px;
  padding: 70px;
}

form {
  padding: 75px;
}