.chart {
  background-color: rgba(247, 239, 242, 0.8);
  border-radius: 5px;
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  margin: auto;
  text-align: center;
  width: 1000px;
  padding: 0px 20px 20px 20px;
}

.tooltip {
  background-color: rgba(46, 46, 48, 0.8);
  border: 0px;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  color: white;
  display: none;
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  padding: 8px;
  text-align: left;
  width: auto;
  height: auto;
}

body {
  background-image: url("http://cdn.backgroundhost.com/backgrounds/subtlepatterns/climpek.png");
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

h1 {
  font-family: 'Bevan', cursive;
  margin-bottom: 0px;
}
