body {
  background-color: aliceblue;
}
.container {
  text-align: center;
  border: 2px solid black;
  padding-bottom: 40px;
}
#submit {
  background-color: yellowgreen;
  padding: 5px 10px;
  border: 1px solid lightyellow;
  border-radius: 15%;
  font-size: 1.25rem;
}
.inputArea {
  background-color: skyblue;
  width: 40px;
  height: 15px;
}
.weightGuide {
  text-align: ;
  position: relative;
  left:0%;
}
#displayBMI {
  color:orange;
  font-size: 1.25rem
}
.About {
margin: 20px;
text-wrap: center;
font-size : 1.25rem;

}

a{
  text-decoration:none;
  color:orangered;
}