@import url('https://fonts.googleapis.com/css?family=Cairo');
.title {
  font-family: "Cairo";
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  letter-spacing: 1px;
  line-height:1;
  background-color: black;
  height: 500px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  padding-top: -10px;
}

h1 {
  background-image: url(https://media.giphy.com/media/YmzO3P2e4qYkitoVcF/giphy.gif?cid=790b761132fljqrge7roxfjimj3ubv0umpyp083pbtj3i54a&ep=v1_gifs_search&rid=giphy.gif&ct=g);
  
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 60px;
  margin: 10px 0;
}
/* styling my button */

