@import "../global.css";

main {
  margin: 0 auto;
  margin-top: 3rem;
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

h1 {
  font-size: 2.5rem;
}

p {
  font-size: 1.5rem;
}

input {
  width: 400px;
  height: 50px;
  border: 1px solid #999;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgb(0 0 0 / 0.1);
  outline: none;
  font-size: 1.5rem;
  font-family: inherit;
  padding: 0.5rem;
}

.strength {
  height: 15px;
  border: 1px solid #999;
  width: 400px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.strength-fill {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 1px solid transparent;
}
