.card {

    border-radius:12px;

}

.display-5{

    font-weight:bold;

    color:#0d6efd;

}

.chart-container {

    position: relative;

    width: 100%;

    height: 550px;

}

#temperatureChart {

    width: 100% !important;

    height: 100% !important;

}
