*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /* list-style: none */
}

body{
    background-image: none;
}
/* mobile horizontal*/
@media screen and (max-height: 500px){
    .chartContainer{
        padding-top: 15px;
        position: relative;
        margin: auto;
        height: 90vh;
        width: 95vw;
    }
}
/* mobile vertical */
@media screen and (min-height: 501px) and (max-width: 500px){
    .chartContainer{
        padding-top: 15px;
        position: relative;
        margin: auto;
        height: 40vh;
        width: 95vw;
    }
}
@media screen and (min-height: 501px) and (min-width: 501px){
    .chartContainer{
        padding-bottom: 15px;
        position: relative;
        margin: auto;
        height: 40vh;
        width: 70vw;
    }
}


.tank_number h1, .pond_number h1{
    font-family: 'Bebas Neue';
    font-size: 45px;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 1%;
}

.pond_number p{
    text-align: center;
}

.data_summary {
    position: relative;
    margin-left: 3%;
    margin-top: 2%;
}

.data_summary h1{
    font-family: 'Bebas Neue';
    font-size: 35px;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 300;
}


.combobox-container {
    position: relative;
    margin-left: 3%;
    /* margin-top: 1%; */
    text-align: left;
    font-size: 18px;
}

.combobox-container label{
    margin-top: 1%;
}
.combobox-container input{
    margin-top: 1%;
    margin-left: 5px;
    margin-right: 10px;
}

.chart-title {
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* padding: 10px; */
}

.chart-container h2 {
    font-size: 30px;
    /* letter-spacing: 2px; */
    text-align: left;
    font-weight: 300;
}

.chart-container td{
    margin-top: 1%;
    font-size: 18px;
    text-align: left;
    padding-right:10px;
}


.chart-container {
    display: flex;
    /* justify-content: space-around; */
    align-items: left;
    margin-left: 3%;
    padding-bottom: 10px;
}

.graph{
    position: relative;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 2%;
}

.graph h1{
    object-position: center;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    font-size: 45px;
    text-align: center;
    text-decoration: underline;
    font-weight: 300;
}

.graph img{
    margin: auto;
    margin-top: 2%;
    display: block;
    max-width: 90%;
}

@media(max-width: 850px){

    .pond_number h1, .tank_number h1 {
        font-size: 50px;
        margin-top: 2%;
    }

    .data_summary h1{
        font-size: 35px;
    }

    .data_summary li{
        font-size: 20px;
    }

    .graph h1{
        margin-top: 6%;
        font-size: 35px;
    }

    .graph img{
        margin: auto;
        margin-top: 2%;
        max-width: 90%;
    }
}