.home-header{
    padding: 40px;
    text-align: center;
    color: #1d67cd;
    font-size: 40px;
    font-family: revert;
}

.chart-header{
    padding: 40px;
    text-align: center;
    color: #434344;
    font-size: 40px;
    font-family: revert;
}


.section-header
{
    background: #ffffff;
    padding: 10px;
    font-weight: bold;
}

.section-body
{
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, #ffe9b5 0%, rgba(210,210,210,1) 21%, rgba(255,255,255,1) 100%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.main-body
{
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 44%, rgba(62,162,39,1) 100%);
}

.chart-body
{
    background: #ffffff;
}



