An Interactive Roadmap to Lower Electricity Prices
Power Sector Reform v2.0: An Interactive Roadmap
body {
font-family: 'Inter', sans-serif;
background-color: black;
/* slate-50 */
}
.chart-container {
position: relative;
width: 100%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
height: 350px;
max-height: 400px;
}
@media (min-width: 768px) {
...