body {
  font-family: arial;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#totalCounter {
  font-size: xxx-large;
  font-weight: bold;
  margin-top: 1em;
}

#totalCounterLabel {
  font-size: larger;
  margin-bottom: 1em;
}

#todayCounter {
  margin-top: -0.75em;
  margin-bottom: 1em;
}

.statstable {
  margin-bottom: 4ex;
}

.statstable th {
  padding: 0.3em 1em;
}

.statstable td {
  padding: 0.2em 1em;
  text-align: right;
}

.statstable td:nth-child(2) {
  text-align: center;
}

.statstable td:nth-child(3) {
  text-align: left;
}

.statstable td:nth-child(n+4) {
  font-family: 'Courier New', Courier, monospace;
}

.quote-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote {
  font-style: italic;
  margin-left: 2em;
  margin-right: 2em;
}

.quote-attrib {
  align-self: flex-end;
}