body {
    background-color: rgb(255, 255, 255);
    font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

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);
    padding: 5px;
}

.main_guide {
    margin-top: 15px;
    font-size: 16px;
    border: 0.1rem solid rgb(150, 21, 21);
    border-radius: 5px;
    box-shadow: 4px 4px 4px rgb(216, 215, 215);
    padding: 10px;
    position: relative;
    padding-top: 15px;
}

.main_guide header{
    position: absolute;
    top: 0;
    font-size: 20px;
    transform: translate(0, -50%);
    background: white;
}

p {
    margin: 20em;
}

.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;
}
