.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.totals > * {
  margin: 0;
}



.totals * {
  line-height: 1;
}


