html`
<style>
#chart {
background: linear-gradient(90deg, #161616, #333333);
}
.title {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 28px;
fill: #28CC5F;
}
.subtitle {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 18px;
fill: white;
}
`