@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Ga+Maamli&family=Lavishly+Yours&family=Sedgwick+Ave&family=Stick&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
     background: linear-gradient(90deg, #ff0000, #ff7300, #fffb00, #48ff00);
            background-size: 400% 400%;
            animation: gradientBG 8s ease infinite;
             
        }
        @keyframes gradientBG {
            0%{background-position: 0% 50%;}
            50%{background-position: 100% 50%;}
            100%{background-position: 0% 50%;}
        }
h1{
  margin-top: 30px;
  font-size: 80px;
  
  text-align: center;
 font-family: "Ga Maamli", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2{
  font-size: 30px;
    font-family: "Sedgwick Ave", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  
}
p{
    font-size: 50px;
    font-family: "Cookie", cursive;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: black;
    text-align: center;
    
}
.giftbox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

a{
    text-decoration: none;
}
