#back-img {
	background-image: radial-gradient(#6A4D25, #0B5066);
  padding: 3%;
  color: white;
}

#cliptext {
  background-image: radial-gradient(#6A4D25, #0B5066);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.div {
  width: 50%;
  margin: auto;   
	text-align: center;
  font-size: 150%;
  font-weight: bold;
  font-family: "Arial", sans-serif;
}
