body {
  background: #1c1c1c;
  font-family: "Inter";
  margin: 0;
  padding: 0;
}
#container {
  background: #1f2937;
  width: 550px;
  height: 550px;
  margin: 24px auto;
}
#generator-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 115px 52px;

  /* padding-left: 52px;
  padding-top: 115px; */
}

h1 {
  font-family: "Karla";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.025em;
  /* white */
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0;
}

#title-2nd {
  color: #4adf86;
}

p {
  margin-top: 0;
  color: #d5d4d8;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

button {
  background: #10b981;
  width: 191px;
  height: 42px;
  padding: 9px 17px 9px 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* white */
  color: #ffffff;
  cursor: pointer;
}

.slider {
  /* background-color: #10b981; */
  /* appearance: normal; */
  border-radius: 5px;
  width: 100%;
  height: 5px;
}
/* .slider:hover {
  opacity: 1;
} */

.slidecontainer {
  margin-top: 10px;
  /* margin-bottom: 10px; */
  display: flex;
  align-items: center;
  width: 100%;

  /* justify-content: space-around; */
}
/* .slidecontainer > * {
  padding-left: 8px;
} */
.slidecontainer > p {
  text-align: center;
  margin: auto;
  padding-right: 8px;
  font-size: 14px;
  /* padding-top: 4px; */
}
#length-value {
  width: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
  padding-top: 3px;
  line-height: 18px;
  color: #10b981;
  /* background: #ffffff; */
  background: #273549;
  border: 1px solid #2f3e53;
}
.slidecontainer span {
  color: #d5d4d8;
  margin: 2px;
  font-size: 14px;
}

hr {
  margin: 35px auto;
  width: 100%;
  height: 0px;
  color: #2f3e53;
  border: 1px solid #2f3e53;
}
#output-password {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#output-password > p {
  width: 211px;
  max-width: 45%;
  height: 39px;
  background: #273549;
  color: #55f991;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  padding-top: 4px;
  /* margin: 4px auto 3px auto; */
  border-radius: 6px;
  cursor: pointer;
}

#message {
  text-align: center;
  display: none;
  margin: auto;
}

@media only screen and (max-width: 375px) {
  * {
    max-width: 100%;
  }
  #generator-content {
    padding: 55px 12px;
  }
  #container {
    margin: 0;
    height: 100vh;
  }
  button {
    margin-left: auto;
    margin-right: auto;
  }
  #output-password {
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  #output-password > p {
    max-width: 60%;
  }

  hr {
    margin: 25px auto;
  }
}
