@font-face {
    font-family: soopafresh;
    src: url(/fonts/soopafre.ttf) format("truetype");
}

@font-face {
    font-family: minecraft;
    src: url(/fonts/Minecraft.ttf) format("truetype");
}

@keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
  }

body {
    background-image: url('https://files.catbox.moe/ic58zd.jpg');
    background-size: 100%;
}

h2 {
    font-size: 500%;
    font-family: minecraft;
}

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;
}

@keyframes fire {
  0% {
    background-position: 0% -50%;
  }
  100% {
    background-position: 0% -25%;
  }
}

.waow:hover, .tuff:hover, .fsh:hover, .krill:hover {
  animation: gelatine 0.5s infinite ease;
}