* {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  text-align: center;
}
.Height,
.Weight {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 50px;
  font-size: 28px;
  font-weight: bold;
  justify-content: center;
}
.navbar {
  height: 30px;
  background-color: rgb(101, 90, 75);
  text-align: center;
  padding-top: 10px;
}
.bx-1 {
  width: 120px;
  height: 20px;
  border: 1px solid grey;
}
input {
  outline: none;
  padding: 5px;
  border: 2px solid rgb(66, 60, 60);
  border-radius: 10px;
  cursor: text;
}
input::placeholder {
  width: 20px;
  height: 150px;
  background: transparent;
  color: gray;
}
.info {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bx-2 {
  margin-top: 100px;
  width: 150px;
  height: 50px;
  font-size: 28px;
}
h2 {
  margin-top: 50px;
}
