body {
  font-family: "Raleway", sans-serif;
  color: #bc9353;
  background-color: #0e1e2e;
  font-size: 1.5em;
  text-align: center;
}

table {
    empty-cells: show;
}

.who_section {
  margin-bottom: 2vh;
}

.items_section {
  margin-bottom: 2vh;
}

.totals_section {
  margin-bottom: 2vh;
}

.submit_section {
  margin-bottom: 2vh;
}

.footer_section {
  background-color: #000000;
  text-align: center;
}

.footer_section p {
  margin: 0;
}
