@import url('https://fonts.googleapis.com/css?family=Caveat|Righteous&display=swap');
div{
  background:black;
  width:100%;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}
h1{
  font-family: 'Righteous', cursive;
  background:url('https://media.giphy.com/media/FE0WTM8BG754I/giphy.gif') center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:7rem;
  letter-spacing:10px;
  background-size:cover;
  margin:0px;
  color:transparent;
}
p{
  font-family: 'Caveat', cursive;
   color:transparent;
  font-size:2rem;
   letter-spacing:5px;
  margin:0px;
  background:linear-gradient(to right, #c4c4c4 ,#6a6a6a);
  -webkit-background-clip: text;
  
}