
::-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: red;
  background-color: black;
}

body{
background: url(https://file.garden/Zz-qNyUl9S_S5UQM/milenko.png);
background-position: center;
background-attachment: fixed;
	font-family: ms pgothic;
	overflow-x: hidden;
color: white;
line-height: 1.0;
    animation: bgScroll 50s linear infinite;
scrollbar-width: none;
cursor: url(https://file.garden/Zz-qNyUl9S_S5UQM/kornsor2.png), auto;
}



.cuts img{
width: 100%;
  
}

#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: pose;
  src: url(https://file.garden/Zz-qNyUl9S_S5UQM/LowerResolution.ttf);
}
a{
  color: green;
text-decoration: none;
font-weight: bold;
transition: 0.2s;
  cursor: url(https://file.garden/Zz-qNyUl9S_S5UQM/kornsorlink.png), auto;

}

a{
color: red;
  text-shadow: 3px 3px black;
font-weight: bold;
transition: 0.2s
}

a:hover{
font-style: italic;
color: blue;
}

@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
  }
}


#popping {
 
 
-webkit-animation: pop 1s ease-in-out infinite alternate;
animation: pop 1s ease-in-out infinite alternate;
-moz-animation: pop 1s ease-in-out infinite alternate;
}
 
@keyframes pop {
from {
transform:scale(0.95) rotate(4deg)
}
 
50% {
transform:scale(1) rotate(3.5deg)
}
 
to {
transform:scale(0.95) rotate(4deg)
}
}
 


@keyframes floatingbg {
    0% {  background-position :0px -70px}
    50%  {  background-position :0px -90px}
    100%   {  background-position :0px -70px}    
}
