.bday-text-b {
  font-family: 'Henny Penny', cursive;
  font-size: 24px;
  line-height: 1.7;
  color: #0a42ff;
  text-shadow: .5px .5px 0px rgba(0,0,0,0.3);
}

.bday-text-p {
  font-family: 'Henny Penny', cursive;
  font-size: 24px;
  line-height: 1.7;
  color: rgb(255,0,255);
  text-shadow: .5px .5px 0px rgba(0,0,0,0.3);
}

@media (min-width: 992px) {
  .bday-text-b {
    font-size: 30px;
    line-height: 1.7;
  }
}

@media (min-width: 992px) {
  .bday-text-p {
    font-size: 30px;
    line-height: 1.7;
  }
}

.bday-att-text {
  font-size: 28px;
}

@media (min-width: 992px) {
  .bday-att-text {
    font-size: 60px;
    line-height: 84px;
  }
}

.bday-quote-text {
  font-size: 54px;
}

