body {
  background: #1F2937;
  margin: 0;
}

.container {
  padding: 20px;
  max-width: 450px;
  background: #1F2937;
  display: block;
  margin: 0 auto;
  color: white;
  font-family: "Karla", sans-serif;
}

h1 {
  margin-bottom: 10px;
  font-weight: 800px;
  line-height: 1;
  font-size: 2.5rem;
}

h4 {
  color: #D5D4D8;
  margin-top: 0px;
  margin-bottom: 45px;
}

p {
  border-bottom: 1px solid #2F3E53;
  margin-top: 35px;
  margin-bottom: 0px;
  width: 440px;
}

input:focus {
  outline: none;
}

button {
  margin-top: 35px;
  font-size: 1em;
  width: 190px;
  height: 42px;
  border: none;
  border-radius: 6px;
  background-color: #10B981;
  color: white;
}

label{
    display: block;
}

#green-text{
  color: #10B981;
}

#randomPassword1, #randomPassword2 {
  background: #273549;
  height: 40px;
  min-width: 75px;
  border-radius: 6px;
  border: none;
  color: #55F991;
  margin-top: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

#passwordLength, label{
  display: flex;
  justify-content: flex-start;
}

#passwordLength{
   accent-color: #10B981;
}

label{
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 25%;
  right: 0;
  left: 0;
  margin: auto;
  height: 100px;
  width: 250px;
  border: 1px solid whitesmoke;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 2px #666;
  background-color: #10B981;
  color: whitesmoke;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.radioGroup input {
  accent-color: #10B981;
}

.subcontainer {
  display: inline-block;
}

.subContainer label{
  display: block;
  text-align: center;
}

.subContainer1{
  display: flex;
  justify-content: space-between;
  width: 440px;
}

.inputContainer {
  display: flex;
  justify-content: space-between;
}

.subContainer2{
  display: flex;
  justify-content: center;
}
