.bmi-value {
    margin: 0 0 30px 0;
    padding: 25px;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    background-color: #ffecb3;
}

.weight-category-underweight.highlighted-weight-category {
    background-color: #ffecb3;
    font-weight: bold;
}

.weight-category-normal.highlighted-weight-category {
    background-color: #ffecb3;
    font-weight: bold;
}

.weight-category-overweight.highlighted-weight-category {
    background-color: #ffecb3;
    font-weight: bold;
}

.weight-category-obese.highlighted-weight-category {
    background-color: #ffecb3;
    font-weight: bold;
}