a {
color: inherit;
    text-decoration: none !important;
}
@keyframes fadein-text {
    from { 
    text-shadow: 2px 2px 0px black;
    opacity: 0; 
  }
    to { 
    text-shadow: 2px 2px 20px black;
    opacity: 1; 
  }
}
@keyframes fadein {
    from { 
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0));
    opacity: 0; 
  }
    to { 
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.8));
    opacity: 1; 
  }
}
canvas {
  display: block;
  vertical-align: bottom;
}
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
#minden {
  display: none;
  text-align: center;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -75px 0 0 -75px;
  border: 16px solid #000000;
  border-radius: 50%;
  border-top: 16px solid #ff0000;
  border-bottom: 16px solid #ff0000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:-1;
}   
.center {
font-family: 'Montserrat', sans-serif;
  position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
      animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
a:hover {
 cursor: url(https://nafriklopper.club/cursor_hover.cur) !important;
}
  
  h1{
    
    font-size: 70px;
    
    
 }   