﻿section {
    margin: 70px;
    border: solid 1px gray;
    padding: 50px;
}

.chart_set {
    display: flex;
    justify-content: space-around;
}

.title {
    display: flex;
    justify-content: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
    border-bottom: solid 1px lightgrey;
    padding-bottom: 15px;
}

.main_title {
    display: flex;
    font-weight: 400;
    margin-top: 50px;
    margin-left: 95px;
}

.section_style {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}