
html, body{
    /* font-family: 'Barlow Condensed', sans-serif; */
    font-family: 'Nova Mono', monospace;
    /* font-family: 'Syne Mono', monospace; */
    /* font-family: 'B612 Mono', monospace; */

}

#weather_widget{
    background-color: var(--bs-blue);
    border-radius: 15px;
    min-height:90px;
    width: 80px;
    min-width: 80px;
    margin: 5px;
    align-content: center;
}

#pricing_col{
   min-height: fit-content;
}
