#chart {
  width: 100%;
  height: 600px;
  max-height: 80vw;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

#donation {
  text-align: center;
}

#donation .address {
  font-size: 0.8em;
}

footer {
  text-align: center;
  margin: 3rem 0px;
  color: #cdcdcd;
}

.indicator-dot {
  display: inline-block;
  width: 2ch;
  height: 2ch;
  border-radius: 3px;
  margin-right: 0.25em;
  margin-bottom: -0.25em;
}

#orange-dot {
  background-color: #f2a900;
}

#blue-dot {
  background-color: #5BA3CF;
}

#grey-dot {
  background-color: #E4E4E4;
}

#last-updated {
  float: right;
  font-size: 0.75em;
}
