::-scrollbar {
    width: 0px;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #000000; /* color of the track */
}
::-webkit-scrollbar-thumb {
    background-image: url(mouths.gif);
    border: 3px ridge black;
}
::selection {
    color: black;
    background-color: purple;
    text-decoration: line-through;
}


a{
    color: white;
      text-shadow: -1px -1px 0 hotpink, 1px -1px 0 hotpink, -1px 1px 0 hotpink, 1px 1px 0 hotpink;
    text-decoration: none;
        letter-spacing: 1.5px;

        transition: 0.3s;

}

a:hover{
    color: hotpink;
    font-weight: bold;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-decoration: none;
        letter-spacing: 5.5px;
        transition: 0.3s;

}

#poo{
     outline: 5px solid hotpink;  
            transition: 0.5s;

}


#poo:hover{
     outline: 5px solid cornflowerblue;  
            transition: 0.5s;

}


body {
background-attachment: fixed!important;
    font-family: ms pgothic;
    font-size: 14.5px;
    color: white;
    line-height: 1.2;    
    background: url(https://i1.glitter-graphics.org/pub/1376/1376651kilt38tey4.gif);
}


@font-face {
  font-family: autistic;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/actionis.ttf);
}

@font-face {
  font-family: boen;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/bonnie.ttf);
}

@font-face {
  font-family: imp;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/impact.ttf);
}

@font-face {
  font-family: msi;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/MSI.ttf);
}

@font-face {
  font-family: orb;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/OrbitB%20PL.ttf);
}



@keyframes pop {
from {
transform:scale(0.95)rotate(1deg)
}
 
50% {
transform:scale(1)rotate(-2deg)
}
 
to {
transform:scale(0.95)
}
}
 
* {
  cursor: url('https://cdn.cursors-4u.net/previews/horseshoe-lucky-charms-bf5ce346-32.webp') 32 32, auto !important;
}

@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15px); }
100% { transform: translate(0, -0px); }
}
 

@keyframes bgScroll {
    0% {
        background-position: -800px -800px;
    }
    100% {
        background-position: 1px 1px;
    }
}