body {
  font-family: sans-serif;
}

svg {
  margin: auto;
  display: block;
}

header {
  text-align: center;
}

#title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
}

.cell:hover {
  stroke: black;
}

.tooltip {
  opacity: 0;
  position: absolute;
  font-size: 0.9em;
  padding: 0.6em 1em;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  z-index: 10;
  pointer-events: none;
  text-align: center;
  border-radius: 5px;
  line-height: 1.4em;
}

.tooltip:before {
  content: '';
}

.tooltip-temperature {
  font-weight: 600;
}

.tooltip-year {
  font-size: 1.1em;
  margin-bottom: 0.2em;
  font-weight: 600;
  line-height: 1.4em;
}
