* {
    font-family: system-ui !important;
}


.card_container { /* this is the little cards*/
    border-radius: 5px;
    background: #FFFFFF;
    margin: 10px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 2px 2px 2px #464646;
}

.card_container1 { /* this is for the card in the title */
    border-radius: 5px;
    text-align: center;
    background: #FFFFFF;
    margin: 20px;
    padding: 0px 0px 0px 0px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 2px 2px 2px #464646;
}

.graph_container {
    border-radius: 2px;
    border: 0.1px solid lightgrey;
    background: #FFFFFF;
    margin: 15px; /* margin outside*/
    padding: 10px;
    position: relative;
    box-shadow: 2px 2px 2px 2px lightgrey;
    height: 400px;
    flex-wrap: wrap;
}

.graph_container1 {
    border-radius: 2px;
    border: 0.1px solid lightgrey;
    background: #FFFFFF;
    margin: 15px; /* margin outside*/
    padding: 10px;
    position: relative;
    box-shadow: 2px 2px 2px 2px lightgrey;
    height: 450px;
}

.dcc-component {   /* this is for the graphs*/
    margin: auto;
    font-size: 15px;
    padding: 0px;
    width: calc(100%-40px);
    height: 100%;
}

.fix_label {
    color: #2E2E38;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: calc(100%-50px);
}

.flex-display{
    display: flex;
}

.container-display{
    display: flex;
}

#header {
    align-items: center
}

#mainContainer {
    display: flex;
    flex-direction: column
}

H3 {
    padding: 0px !important;
    width: 600px;
    margin: 15px;
    font-size: 22px;
    text-align: center;
}
