
.static-gradient-text {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(90deg, #ff5f6d, #ffc371);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
