.bday-li {
  top: -10px;
}

.bday-list {
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 700;
  font-style: italic;
}

.bday-text-b {
  font-family: 'Henny Penny', cursive;
  font-size: 24px;
  line-height: 1.7;
  color: rgb(0,133,255);
}

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

@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-text {
  font-size: 17px;
}

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

@media (min-width: 768px) {
  .bday-att-text {
    font-size: 30px;
  }
}

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

.bday-scroll-margin {
  scroll-margin: 120px;
}

