
::scrollbar {
  width: 0px;

}
::scrollbar-track {
background: #000000; /* color of the track */
}
::scrollbar-thumb {
background-image: url(mouths.gif); 
border: 3px ridge black;
}
::selection {
  color: pink;
  background-color: rgba(255, 0, 0, 0.53);
  text-decoration: line-through;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/food/foo-1/foo6.cur), auto !important;} /* End https://www.cursors-4u.com */

body{
    background:linear-gradient(90deg,rgba(0, 0, 0) 60%, rgba(255, 255, 255, 0.3) 80%), url(https://file.garden/Zz-qNyUl9S_S5UQM/deathsong);
  background-blend-mode: overlay;
  background-attachment: fixed;
  background-position-x: 3%;
    background-position-y: 60%;
color: white;
  line-height: 1.2 ;
font-family: ms pgothic;
}

html{
image-rendering: pixelated;  
}



a{
color: palevioletred;
  font-weight: bolder;
  text-decoration: none;
    transition: 0.3s;

}
a:hover{
color: red;
  text-decoration: none;
  letter-spacing: 1.4px;
  transition: 0.3s;

}
@font-face {
  font-family: mom;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/Momt.ttf);
}


@font-face {
  font-family: autistic;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/Artistic.otf);
}
.pfft {
color: white;
  text-shadow: 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
  transition: 0.2s;

}
.pfft:hover{
animation:blinkingText 0.5s infinite;
transform:scaleX(105%) scaley(95%);
transition: 0.2s;

} 
.marq {
  margin-top: 15px;
  height: 100%;
  width: 363%;
display: inline-flex;
  animation: marquee 15s linear infinite; align-content: center;
  overflow: hidden;
}
.marq:hover {
animation-play-state: paused;
}

.marq img{
  filter: drop-shadow(0px 0px 2px black);
  height: 70px;
  width: 125px;}


.quizes img{
  max-width: 370px;
  
}


@keyframes blinkingText{
0%{ color: white; }
50%{ color: black; }
  100%{ color: white; }
}

@keyframes bgscroll{
  0% {
  background-position: 1px 1px;
}
100% {
  background-position: -800px -800px;
  }}
  
@keyframes marquee {
  0% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-100%);
  }
}