body{
    background-color: #f4f2e1;
}
.page {
    width: 925px;
    background-color: #f9f8f7;
    margin: auto;
    padding: 50px;
    padding-top: 35px;
}

.pure-g {
    width: 890;
    height: 500;
}
.chart {
    margin-bottom: 40px;
    margin-top: 5px;
}


.note{
    margin-bottom: 40px;
    font-weight: 200;
    font-size: 14px;
}

#chart23 {
    width: 100%;
    /* outline: 2px solid rgba(89, 79, 79, 0.09); */
    }

.title {
/* Center horizontally*/
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
}

p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}