body {
  /*background-color: #28293F;*/
  background-color: #FFFFFF;
  max-width:400px;
  margin: auto;
}

p {
  margin-bottom: 0;
}

.border-bottom-hot-pink:after {
  content: '';
  display: block;
  width: 50%;
  height: 4px;
  margin: auto;
  border-radius: 50rem;
  background-color: #FF75AF;
}

.border-hot-pink {
  border-color: #FE55CA !important;
}

.bg-hot-pink {
  background-color: #FE55CA;
}
.bg-forest-green {
  background-color: #21B72C;
}

.text-hot-pink {
  color: #FE55CA;
}

.fs-12px {
  font-size: 12px;
}

#banner {
  position: fixed;
  z-index: 10;
  width: 400px;
  height: 7vh;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
