html {background-image: url("imgs/Fwog.jpg");
color:white;
text-align: center;
overflow-x: hidden;
cursor: url("imgs/cursor.png"), auto;
}
.h0 {font-size: 3em;display:inline-block;}
#pbj {width: 1.5em;}
#mem {font-size: 2.5em;}
.fam {height: 321px;}
.ily {width: 570px;}
iframe {border:0;}
.fiya h1 {
      background-image: url("https://i.postimg.cc/63WpxDxy/FIRE.gif");
      background-clip: text;
      background-size: 300px 50px;
      color:transparent;
      background-repeat: repeat;
}
.h2 {font-size: 1.5em;}
.fiya a {color:transparent;}
a {text-decoration:0;color: white;cursor: url("imgs/WOW.png"), pointer;}
.moj img {width: 3em;}
.sad {position: fixed;
left: 20px;
top: 0px;
font-size: 2em;
}
.marquee {
  --s: 88px;
  --d: 25s;
  --n: 24;
  display: flex;
  width: calc(var(--n) * var(--s));
  overflow: hidden;
} /* Huge thanks to https://frontendmasters.com/blog/infinite-marquee-animation-using-modern-css/ for this code! */
.marquee img {
  width: var(--s);
  offset: shape(from calc(var(--s)/-2) 50%, hline by calc(sibling-count() * var(--s)));
  animation: marquee var(--d) linear infinite calc(-1*sibling-index()*var(--d)/sibling-count());
}
@keyframes marquee { 
  to {offset-distance: 100%}
}