body {
    font-family: 'Georgia', 'serif';
}

/* This sets the size of the main `div` the chart is held in. The values below should not need to be adjusted. */
#chart-div {
    width: 100%;
    height: 400px;
}
