#background-img {
   background-image: linear-gradient(to right, #2E6F40, #A8DCAB);
  padding: 3%;
  color: white;
}

#cliptext {
background: radial-gradient(circle, #FF0000, #8B0000);
  Background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}