body{
    background-color: black;
}
.box{
    color: rgb(248, 126, 211);
text-align: center;
box-shadow: 0 0 20px 5px  rgba(240, 56, 209, 0.856);
font-size: 80px;
}
.box:hover{
    box-shadow: 10px 10px 25px rgb(0, 0, 0,0.7);
}
h1{
    color: transparent;
    font-size: 100px;
    background-image: url(./flowrss.jpg);
    background-clip: text;
    text-align: center;
}
h2{
    color: transparent;
    font-size: 100px;
    background-image: linear-gradient(to top ,rgb(238, 4, 168),rgb(136, 133, 133),rgb(255, 192, 241));
    background-clip: text;
    text-align: center;
}
h3{
    font-size: 100px;
    color: rgb(230, 14, 132);
    text-shadow: 15px 5px 8px,0 0 15px rgb(240, 112, 197);
}
h4{
    background-image: url(./pics\ 2.jpg);
    color: transparent;
    font-size: 90px;
       font-family: "Alfa Slab One", serif;
      background-clip: text;
      text-align: center;
}
h5{

    text-align: center;
box-shadow: 0 0 35px 5px rgb(226, 105, 176);
    font-size: 28px;
    color: #f523d2;
    text-shadow: 0 0 20px 5px rgba(226, 24, 192, 0.829);
    border-radius: 10px;
}