h1 {
    font-family: papyrus;
    font-size: 700%;
    font-style: italic;
    font-weight: bolder;
}



body {
    background-image: url(https://files.catbox.moe/15h74e.gif);

}

span {
    height: 300px;
    width: 100%;
    background-image: url("https://www.icegif.com/wp-content/uploads/2023/03/icegif-1433.gif");
    background-position: 0 -1000px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fire 1s linear infinite;
    z-index: 50;
}

.container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a {
    font-family: comic sans ms;
    color: rgb(255, 207, 207);
    mix-blend-mode: difference;
    font-size: 300%;
}