body{
    padding:0;
    margin:0;
    background-image:url("./bird.png");
    background-size: 40%;
    background-position:top;
    background-repeat:no-repeat;
  }
  .wrapper{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
  }
  h1{
    color:transparent;
    background-clip:text;
    text-transform: uppercase;
    -webkit-background-clip:text;
    background-repeat:repeat;
    font-size:90px;
    font-family:'Questrial';
    font-weight:900;
    animation:bgAnim 10s infinite ease-in-out;
    letter-spacing:0px;
  /*   filter: drop-shadow(0px 0px 1px rgba(0,0,0,1)); */
    -webkit-text-stroke: 1px #464b03;
    paint-order: stroke fill;
    white-space:nowrap;
    background-image:url("./birdss.png"); 
    background-size: 55%;
    background-position: center;
  }
  @keyframes bgAnim{
    50%{
      background-position:right bottom;
    }
    50%{
      background-position:left top;
    }
    50%{
      background-position:right bottom;
    }
  }
  h2{
    color:#000000;
    paint-order: stroke fill;
    font-size:25px;
    font-family:'Questrial';
    font-weight:900;
    letter-spacing:0px;
  }
  