body {
  background-color: yellow;
  text-align: center;
  /*background-image: linear-gradient(to right, red, yellow);*/
}

h1 {
  font-size: 70px;
  font-weight: 600;
  background-image: linear-gradient(to left, white, black);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

p {
  color: red;
}
