.temp-container {
width:200px;
font-size:0.9em !important

}
.temp-range-labels {
overflow:auto;
  display:flex;
justify-content:space-between
  
}

.temperature {
text-align:left;
margin-bottom: 5px;
}
.temp-units {
  text-align:right;
margin-bottom: 5px;
}

.temp-gauge-container {
width:100%;
}
.temp-gauge-bar {
margin-left: 50% ;
  margin-right:10%;
  margin-bottom:5px;
height:10px;

background: linear-gradient(90deg,#212237,#ffff,#d3232a);
}


.temp-scale {
display:flex;
  width:100%;
  justify-content:space-between;
}