.page-home .inside-page-content h1{
color:transparent;
}

.page-home {
  background: black;
  margin: 0;
}
main {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text {
  background: url(https://media.giphy.com/media/3o6Ztb45EYezY9x9gQ/giphy.gif);
  background-size: contain;
  background-position: top left;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 200px;
  font-weight: bold;
  font-family: sans-serif;
}