

::-webkit-scrollbar {
  scrollbar-width: none;}
::-webkit-scrollbar-track {
background: #000000; /* color of the track */
}
::-webkit-scrollbar-thumb {
background-image: url(mouths.gif); 
border: 3px ridge black;
}
::selection {
  color: indianred;
  background-color: darkred;
}







body{
background: linear-gradient(180deg,rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.72) 78%), url(https://file.garden/Zz-qNyUl9S_S5UQM/kornpaper.png);
background-position: center;
    background-size: cover;
background-attachment: fixed;
	font-family: ms pgothic;
	overflow-x: hidden;
color: whitesmoke;
line-height: 1.0;
scrollbar-width: none;
cursor: url(https://file.garden/Zz-qNyUl9S_S5UQM/hol38.png), auto;
}