
::-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: rebeccapurple;
  background-color: mediumpurple;
}

body{
background: url(https://file.garden/Zz-qNyUl9S_S5UQM/skullzsz.png);
background-position: center;
background-attachment: fixed;
	font-family: ms pgothic;
	overflow-x: hidden;
color: black;
line-height: 1.0;
    animation: bgScroll 50s linear infinite;
scrollbar-width: none;
cursor: url(https://file.garden/Zz-qNyUl9S_S5UQM/ciggies.png), auto;
}

html{
image-rendering: pixelated;
}

#france{
float: left;
 border: 4px dotted black; 
    border-radius: 100%;
filter: saturate(60%) brightness(110%);
    transition: 0.3s;
}

#france:hover{
    float: left;
transition: 0.3s;
 border: 4px dotted black; 
    border-radius: 60px;
filter:saturate(100%) brightness(100%);
}


@font-face {
  font-family: groove;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/actionis.ttf);
}
@font-face {
  font-family: witch;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/Jack%20Sketcher.ttf);
}


a{
color: lightyellow;
-webkit-text-stroke: 2px black; 
  text-shadow: 7px 7px black;
  text-decoration: none;
font-weight: bold;
transition: 0.2s
}

a:hover{
font-style: italic;
color: purple;
}

@font-face {
  font-family: dungeon;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/alagard.ttf);
}


@keyframes bgScroll {
  0% {
    background-position : 1px 1px
  }
  100% {
    background-position : -800px -800px
  }
}

@keyframes bgScroll3 {
  0% {
    background-position : -800px -800px 
  }
  100% {
    background-position :1px 1px
  }
}


@keyframes floatingbg {
    0% {  background-position :0px -70px}
    50%  {  background-position :0px -90px}
    100%   {  background-position :0px -70px}    
}
