body {
  background-color: black;
}

#bg-clip {
  font-family: "Sunshiney";
  font-size: 25px;
  text-align: center;
  margin: 80px;
  background: linear-gradient( 179.4deg,  rgba(132,56,122,1) 14.6%, rgba(190,24,49,1) 104.7% );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}