body {
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #56876d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#showpassword {
  width: 30%;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#showpassword p {
  background-color: lightgray;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#copy {
  padding: 1.25rem 1rem;
  font-size: 1.27rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: none;
  background-color: lightgray;
}
.wrapper {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
label {
  font-size: 1.3rem;
  margin-left: 1rem;
  opacity: 0.7;
}
input {
  height: 20px;
  width: 20px;
}
#generate {
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  border: none;
  margin: 1rem;
}
#rangeLength {
  width: 100%;
}
