body{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background-color: #797978;

}

.container {
 
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
 

}
#height,
#weight {
  width: 150px;
  height: 25px;
  margin-top: 30px;
}

#weight-guide {
 
  margin-top: 25px;
}

#results {
  max-width: 200px;
  font-size: 30px;
 
  margin-top: 20px;
  color: rgb(241, 241, 241);

}

button {
  width: 150px;
  height: 35px;
  margin-left: 50px;
  margin-top: 25px;
  background-color: #fff;
  padding: 1px 30px;
  border-radius: 8px;
  color: #212121;
  text-decoration: none;
  border: 2px solid #212121;

  font-size: 25px;
}

h1 {

  padding-left: 15px;
  padding-top: 25px;
  
}
