p {
 font-family: "Rubik Spray Paint", system-ui;
  font-weight: 400;
  font-style: normal;
}  
  
#background-img {
  background-image:url("https://projects.codecraftworks.com/web/JrMWxM7QSaiKJYQFYm0s/assets/angyfriemd.jpg");
	background-size: cover;
  background-repeat:no-repeat;
  background-position:top;
  padding-top:7%;
  padding-bottom:5%;
  color: white;
  font-family: "Rubik Spray Paint";
  font-style: normal;
  text-align: center;
  font-size: 5rem;
}

#cliptext {
    background-image:url("https://projects.codecraftworks.com/web/JrMWxM7QSaiKJYQFYm0s/assets/angyfriemd.jpg");
  background-size: cover;
  background-repeat:no-repeat;
  background-position:top;
  padding-top:5%;
  padding-bottom:5%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Rubik Spray Paint";
  font-style: normal;
  text-align: center;
  font-size: 6rem;
}

.div {
  width: 600px;
  height: 250px;
  margin: auto;

}