@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(253, 127, 194);
}
h1{
    font-family: 'Poppins';
    text-align: center;
    margin-top: 90px;
    font-size: 300px;
    color: transparent;
    background-image: url(https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExdGk0d2N6ZzA1Ym5ibTdoZWI0OTdqeWYwY3puMXoxaXB3dHdmOWs2aCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/13U40NKpVXvYpG/giphy.gif);
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background: size 0;
}