#chart
{
    width:100vw;
}
#temperature_chart,#humidity_chart,#light_chart,#CO2_chart,#temperature_chart_2,#humidity_chart_2,#light_chart_2,#CO2_chart_2
{
    width: 25%;
    height: 300px;
    float: left;

}
#soilhum_chart
{
    width: 100%;
    height: 600px;
    float: left;

}
#tem_hum_log_chart,#light_log_chart,#CO2_log_chart,#soil_hum_log_chart
{
    width: 100vw;
    height: 300px;
    float: left;
}
footer
{
    float: left;
    width: 100vw;
}
#chart-intro,#log-chart-intro,#chart
{
    width: 100vw;
    text-align: center;
    float: left;
    margin-bottom: 5vh;
}
