* {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}
#info{
  font-style: normal;
  font-weight: 600;
  font-size: medium;
  display: flex;
  align-items: center;
  color: rgb(15, 15, 15);
}
#notes{
  font-size: medium;
}
#monthTotalText{
  font-size: medium;
  max-height: 200px;
}
#totalText{
  margin-top: 0px;
}
.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
}
