.chart_sets {
    display: flex;
    justify-content: space-around;
    margin: 50px;
}

.pie_chart{
    height: 400px;
    width: 400px;
}

.line_chart{
    height: 450px;
    width: 500px;
}

.card {
    flex-direction: row;
    padding: 25px;
}

.data_title {
    justify-content: center;
}

.title_data {
    margin-top: 40px;
}

/*.chart_set > .chart {
   height:400px; width:400px;
}

.chart_set > .chart > .chart_month {
    height: 350px;
    width: 400px;
    padding-top: 50px;
}*/