

::-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: white;
  background-color: grey;
  text-decoration: line-through;
}



body {
  background-image: url(homepaeg.jpg);
    background-size: cover;
  color: white;
line-height: 1.1;
      font-family:perfect;
      cursor: url(nail.png),auto;
}

a{
    color: dimgrey;
    text-decoration: none;
  transition: 0.2s;
}
a:hover{
    color: black;
    text-decoration: none;
  letter-spacing: 10px;
  transition: 0.2s;
}

@font-face {
  font-family: perfect;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/perfect.ttf);
}


@font-face {
  font-family: namco;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/namco__.ttf);
}


html{
 
 image-rendering: pixelated;
}



@keyframes floating {
    0% { transform: translate(0,  0px)}
    50%  { transform: translate(0, 15px)}
    100%   { transform: translate(0, -0px)}    
}