#background-img {
  background-color: #4158D0;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
font-family: Arial;
  font-size: 24px;
  padding: 3%;
  color: white;
}

#cliptext {
background-color: #4158D0;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: Cursive;
  font-size: 36px;
}