body {
  background: #f5f5f5;
  color: #202020;
}
.container {
  max-width: 400px!important
}
.header {
  font-weight: 200;
}
.content {
  font-size: 1.8rem;
}
.resultado {
  margin-top: 1em;
  text-align: center;
}
.resultado #MeuIMC {
  color: #F00;
  font-size: 1.5em;
  margin: 0;
  font-weight: 900;
}
.form-calculadora {
  width: 400px;

}
input[type=number] {
  border: 1px solid #111!important
}
.footer {
  font-size: 12px;
  text-align: center;
  margin-top: 20%;
}
.footer a {
  color: #000;
}
.footer a:hover {
  text-decoration: none
}