#back-img {
	background-image: radial-gradient(#6A4D25, #000000);
  padding: 3%;
  color: white;
  font-size:130%;
}

#cliptext {
  background-image: url("https://i.ytimg.com/vi/H6wqcMUGCCQ/hq720.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.75em
}

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

body {
  background: #000000;
}