.title-rainbow-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, rgb(0, 177, 253) 11%, rgb(255, 34, 209) 35%, rgb(255, 34, 87) 60%, rgb(247, 166, 12) 80%, rgb(254, 241, 51));
  z-index: 10;
}/*# sourceMappingURL=headline.css.map */