body {
  background-color: #ddddff;
  max-width: 82em;
}
p {
  max-width: 78em;
}
div.chart {
  margin-bottom: 2em; max-width: 80em;
  position: relative;
}
h3.chart {
  margin-bottom: -0.1em; margin-left: 0.25em;
}
p.weather {
  margin-bottom: -0.1em; margin-left: 0.35em; margin-top: 0.4em;
}
img.weather_icon {
  position: absolute;
  left: 2.2em;
  top: 2.9em;
  transform: scale(1.5);
}
div.chart_inner {
  margin: 0em;
  position: relative;
}
img.weather_icon {
  width: 5em;
  height: 5em;
}
