body {
  height: 100vh;
  background: #36454f;
  color: white;
}

.primary {
  color: #269ba2
}

.secondary {
  color: #FE7B00
}

.blended-bg {
  background: linear-gradient(0deg,#acfaff,#02929a);
}

.header-img {
  background-color: #185a9d;
  background-image: url("https://static.tangerpay.com/banners/default.png");
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 120px;
}

.store-name {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  background-color: #FE7B00;
  color: white;
  font-size: 1.3rem;
  font-family: 'Quicksand';
  text-align: center;
  padding: 4px;
  margin-bottom: 0px;
  z-index: 99;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: .75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #36454f;
  border-top: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.text-muted2 {
  color: lightgray;
}