body {
  margin: 0;
  font-family: "Karla", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c1c1c;
}
main {
  background-color: #1f2937;
  height: 550px;
  width: 446px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 64px;
  margin: 0 auto;
}
h1 {
  margin: 0;
  color: white;
  font-weight: ExtraBold;
  font-size: 40px;
  letter-spacing: -2.5%;
  line-height: 40px;
}
h2 {
  font-weight: lighter;
  font-size: 20px;
  color: #d3d3d2;
  margin: 10px 0;
}
.green {
  display: block;
  color: #4adf86;
}
.btn {
  background-color: #10b981;
  border: none;
  color: white;
  font-family: inherit;
  padding: 10px 15px;
  margin: 40px 0 20px 0;
  border-radius: 6px;
  font-size: 18px;
}

#divider {
  margin: 15px 0;
  border-top: 1px solid #2f3e53;
  width: 448px;
}
#passwords {
  display: flex;
  width: 450px;
  justify-content: space-between;
}
#password-1,
#password-2 {
  margin: 20px 0 0 0;
  background-color: #273549;
  border: none;
  width: 211px;
  height: 39px;
  border-radius: 6px;
  color: #55f991;
  text-align: center;
  font-family: inherit;
  font-size: 18px;
}
