#bmi-calculator {
    color: #fff;
}
#bmi-calculator input {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 0;
    margin-bottom: 12px;
}

#bmi-calculator button {
    width: 100%;
    padding: 10px;
    background-color: #e9f936;
    color: #333333;
    border-radius: 12px;
    border: 0;
    font-family: inherit;
}
#bmi-calculator button:hover {
    background-color: #cbd959;
}

#bmiResult {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}
