html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  align-items: center;
  background-color: #F4E9CD;
  color: #031926;
  display: flex;
  font-family: Arial;
  justify-content: center;
}

#title {
  font-size: 30px;
  text-align: center;
}

#tooltip {
  background-color: #468189;
  border-radius: 5px;
  color: #F4E9CD;
  display: none;
  font-size: 16px;
  opacity: 0.8;
  padding: 15px;  
  pointer-events: none;
  position: absolute;  
  text-align: center;
}

.bar:hover {
  fill: #9DBEBB;
}