body {
  font-family: sans-serif;
}

svg {
  margin: auto;
  display: block;
}

h1 {
  text-align: center;
  font-size: 3em;
}

.bar:hover {
  fill: #D5D5D5;
}

.yaxis-label {
  fill: black;
  font-size: 1.4em;
  transform: rotate(-90deg);
}

.tooltip {
  opacity: 0;
  position: absolute;
  padding: 0.6em 1em;
  background: #FFFFFF;
  text-align: center;
  border: 1px solid #DDDDDD;
  z-index: 10;
  pointer-events: none;
}

.tooltip:before {
  content: '';
}

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