body {
    background-color: rgb(255, 255, 255);
}

h1 {
    color: rgb(100, 82, 82);
}

.label {
    color: rgb(21, 31, 87);
    font-weight: bold;
}

.control {
    background-color: rgb(240, 240, 240);
    font-size: 10px;
}

.guide {
    font-size: 10px;
    border: 0.1rem solid rgb(150, 21, 21);
    border-radius: 5px;
    box-shadow: 4px 4px 4px rgb(216, 215, 215);
}

p {
    margin: 2em;
}

.range {
    display: flex;
    flex-flow: row;
    /* or 'row' and change the order of your html elements */
    align-items: center;
    justify-content: flex-start;
    /* or 'flex-start' and change the order of your html elements */
    /*height: 50px;
    border: 1px solid rgb(218, 218, 218);*/
}

.labelRange {
    float: right;
    font-size: 100%;
    text-align: center;
}