

.slidecontainer {
    margin-top: 10px;
}

.range-number {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0 3px;
    margin-bottom: 15px;
}

/* RANGE SLIDER CHANGE IN SIZE */
.form-range::-webkit-slider-thumb {
  width: 1.9rem;
  height: 1.9rem;  
  margin-top: -0.55rem;
}
