html body {
  margin: 0px;
  padding: 0px;
  background-color: #1c1c1c;
  font-family: "Karla", sans-serif;
  display: grid;
  place-content: center;
  min-height: 100vh;
}

.container {
  width: 550px;
  background: #1f2937;
  border-radius: 15px;
}
.container-el {
  margin: 50px 40px 46px 52px;
}

.gen {
  font-weight: 800;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.025em;
  color: #ffffff;
}
.ran {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.025em;
  color: #10b981;
  margin-bottom: 0px;
}
.upper-para {
  font-size: 20px;
  color: #d5d4d8;
}
.upper-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 17px 9px 15px;
  background: #8B5CF6;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: none;
  margin-top: 51px;
}
.thunder-icon {
  position: static;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 11px;
  margin: 0px 18px 0px 12px;
}
.btn-text {
  position: static;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.checkboxs {
  color: #10b981;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.025em;
  display: flex;
  justify-content: space-between;
}
.checkbox {
  height: 20px;
  width: 20px;
}
.vl {
  border-left: 2.5px solid #2f3e53;
  height: 35px;
  margin: 0px 10px 0px 10px;
}
.box{
  display: flex;
}
.password-box {
  background-color: #273549;
  border: 1px solid #10b981 ;
  border-radius: 6px;
  padding: 10px 15px;
  width: 90%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #55f991;
  margin-right: 20px;
}

.copy-btn{
  padding: 9px 25px 9px 25px;
  background: #8B5CF6;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.number-box{
  background-color: #273549;
  border: 0.2px solid #10b981 ;
  border-radius: 6px;
  padding: 2px 2px;
  width: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #55f991;
  margin-left: 2px;
}