#model-selector-container{
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: -10px;
}

.model-selector-and-title{
    max-width: 300px;
    margin: 0px auto;
}

#gauge-div{
    position: relative;
}

#background-circle {
    position: absolute;
    top: 38px;
    left: 50%;
    translate: -150px 0px;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    background: black;
    z-index: -1;
}

.gauge-text-p {
    margin-top: -50px;
    margin-left: 10px;
}

.gauge-text {
    font-family: 'Rocher';
    font-variation-settings: "BVEL" 0, "SHDW" 70;
    font-palette: --Greens;
    font-size: 40px;
    font-weight: bolder;
}

.gauge-text-green {
    font-palette: --Greens;
}

.gauge-text-yellow {
    font-palette: --Golds;
}

.gauge-text-red {
    font-palette: --Pinks;
}

.gauge-text-update {
    font-family: 'Rocher';
    font-variation-settings: "BVEL" 0, "SHDW" 70;
    font-palette: --Grays;
    font-size: 40px;
    font-weight: bolder;
}

#gauge-percent{
    margin-left: 3px;
}