config = [
{
label: 'Setting the scene.',
page_start: 1,
bgd_col: '#f6f2d1',
txt_col: '#d1bd19'
},
{
label: 'Building the tension.',
page_start: 18,
bgd_col: '#f4fff4',
txt_col: '#4a804a'
},
{
label: 'The exciting bit.',
page_start: 36,
bgd_col: '#94ff94',
txt_col: '#4a804a'
},
{
label: 'Tidying up loose ends.',
page_start: 69,
bgd_col: '#dfffdf',
txt_col: '#4a804a'
},
{
label: 'Ending the story.',
page_start: 88,
bgd_col: '#d6ccde',
txt_col: '#340059'
}
]