#exercise {
    font-size : 1.5rem;
    color : #666;
    margin-left : 20px;
    color: var(--snd-bg-color);
    font-weight: 300;
}
#repetitions{
    font-size : 1.5rem;
    color : #666;
    margin-left : 54px;
    color: var(--snd-bg-color);
    font-weight: 300;
}
.wbodyfat{
    display : flex;
    justify-content : center;
    align-items : center;
    font-size: 1.6rem;
    margin-left : 20px;
    color : #464444;
}
.what-is-bodyfat{
    display : flex;
    color : #333;
    font-size : 2rem;
    margin-bottom : 8px;
    margin-top : 30px;
    margin-left : 15px;
}
h2.onerm{
    display : flex;
    left : 0;
    height : 43px;
    width : 92%;
    font-size : 2rem;
    justify-content : center;
    border-radius: 5px;
    margin-top : 5px;
    padding : 10px 10px;
    background-color: white;
}
.onermtext{
    display : flex;
    margin-left : 25px;
    font-size: 2rem;
    font-weight: 450;
    color : black;
    margin-top : 25px;
    margin-bottom: 0px;
    left : 0;
}