body {
  font-family: sans-serif;
  background: #000;
  margin: 50px;
  color: #eee;
  padding-top: 60vh;
}

p {
  font-size: 24px;
  width: 50vw;
  line-height: 34px;
}

h1 {
  margin-bottom: 20px;
  margin-top: 60px;
  font-size: clamp(50px, 8vw, 80px);
  background-image: linear-gradient(45deg, #000 -200%, #eee -100%, #000 0%);
  background-position: "100px 100px";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
