#tektsVoorpagina{
    .voorpagina1{
        background-color: rgb(0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;        
    }
    .tektsvoorpagina2{
        position:absolute;
        top: 50%;
        left: 40%;
        height: 40px;
        width: 300px;
		color: rgb(255, 218, 52);
        text-shadow: 
        0 0 0px rgb(255, 218, 52),
        0 0 6px rgb(255, 218, 52),
        0 0 12px rgb(255, 218, 52);
        
    }
	.topline{
        height: 1px;
        width: 100%;
        position: absolute;
        top: 17%;
        left: 0%;
       background-color:rgb(255, 218, 52);
        box-shadow: 
        0 0 0px rgb(255, 218, 52),
        0 0 6px rgb(255, 218, 52),
        0 0 12px rgb(255, 218, 52);
        z-index: 10;
        
    }
	
}
#linkOpdrachten{
    height: 15%;
    width: 25%;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: hsl(0, 0%, 0%);
    z-index: 9;
    box-shadow: 
        0 0 0px rgb(255, 218, 52),
        0 0 6px rgb(255, 218, 52),
        0 0 12px rgb(255, 218, 52);
        text-shadow: 
        0 0 0px rgb(255, 218, 52),
        0 0 6px rgb(255, 218, 52),
        0 0 12px rgb(255, 218, 52);
        color:rgb(255, 218, 52);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    text-decoration: none;
    
}

#linkEigenOpdrachten{
    height: 15%;
    width: 25%;
    position: absolute;
    top: 5px;
    left: 400px;
    background-color: hsl(0, 0%, 0%);
    z-index: 9;
    box-shadow: 
        0 0 0px rgb(255, 218, 52),
        0 0 6px rgb(255, 218, 52),
        0 0 12px rgb(255, 218, 52);
        text-shadow: 
        0 0 0px rgb(255, 218, 52),
        0 0 6px rgb(255, 218, 52),
        0 0 12px rgb(255, 218, 52);
        color:rgb(255, 218, 52);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    text-decoration: none;
}


.link{
    text-decoration: none;
    color:rgb(255, 218, 52);
}

.bal1{
	  height: 50px;
      width: 50px;
      position: absolute;
      top: 350px;
      left:350px;
      border-radius: 50px;
      background-color: rgb(255, 218, 52);
      animation: bal1 3s ease-in-out infinite;
      box-shadow: 
      0 0 0px rgb(255, 218, 52),
      0 0 6px rgb(255, 218, 52),
      0 0 12px rgb(255, 218, 52);
    }

@keyframes bal1{
	0% {left:10%;}
	25%{left:15%;}
	50%{left:20%;}
	75%{left:15%;}
   100%{left:10%;}
	
	0% {top:30%;}
	25%{top:35%;}
	50%{top:40%;}
	75%{top:35%;}
   100%{top:30%;}
}


.bal2{height: 50px;
      width: 50px;
      position: absolute;
      top: 25%;
      left:35%;
      border-radius: 50px;
      background-color: rgb(255, 218, 52);
      animation: bal2 3s ease-in-out infinite;
      box-shadow: 
      0 0 0px rgb(255, 218, 52),
      0 0 6px rgb(255, 218, 52),
      0 0 12px rgb(255, 218, 52);
    }
@keyframes bal2{

    0% {left:35%;}
    25%{left:40%;}
    50%{left:45%;}
    75%{left:40%;}
	100%{left:35%;}
	   
    0% {top:25%;}
    25%{top:30%;}
    50%{top:35%;}
    75%{top:30%;}
   100%{top:25%;}
}

.bal3{
	height:50px;
	width:50px;
	position:absolute;
	top:450px;
	left:1250px;
	border-radius:50px;
	background-color:rgb(255, 218, 52);
	animation: bal3 3s ease-in-out infinite;
    box-shadow: 
      0 0 0px rgb(255, 218, 52),
      0 0 6px rgb(255, 218, 52),
      0 0 12px rgb(255, 218, 52);
}
	
	@keyframes bal3{
		0%{left:60%}
		25%{left:65%}
		50%{left:70%}
		75%{left:65%}
		100%{left:60%}
		
		0%{top:50%}
		25%{top:55%}
		50%{top:60%}
		75%{top:55%}
		100%{top:50%}
}
	
		
		.bal4{
        height:60px;
        width:60px;
        position:absolute;
        top:75%;
        left:70%;
        border-radius:60px;
        background-color: rgb(255, 218, 52);
        animation: bal4 3s ease-in-out infinite;  
        box-shadow: 
      0 0 0px rgb(255, 218, 52),
      0 0 6px rgb(255, 218, 52),
      0 0 12px rgb(255, 218, 52);
    }
    
    @keyframes bal4{
        0%{left:70%}
        25%{left:65%}
        50%{left:60%}
        75%{left:65%}
        100%{left:70%}
        
        0%{top:90%}
        25%{top:85%}
        50%{top:80%}
        75%{top:85%}
        100%{top:90%}
    }




    .blok1 {
        height: 50px;
        width: 50px;
        position: absolute;
        top: 55%;
        left: 60%;
        background-color: rgb(255, 218, 52);
        z-index: 9;
        border-radius: 10px;
        box-shadow: 
      0 0 0px rgb(255, 218, 52),
      0 0 6px rgb(255, 218, 52),
      0 0 12px rgb(255, 218, 52);
    }
    
    /* Draai wanneer je met de muis erover gaat */
    .blok1 {
        animation: rotate 0.7s linear  both infinite;
    }
    
    /* Keyframes voor rotatie */
    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .blok2 {
        height: 50px;
        width: 50px;
        position: absolute;
        top: 40%;
        left: 50%;
        background-color: rgb(255, 218, 52);
        z-index: 9;
        border-radius: 10px;
        box-shadow: 
      0 0 0px rgb(255, 218, 52),
      0 0 6px rgb(255, 218, 52),
      0 0 12px rgb(255, 218, 52);
    }
    
    /* Draai wanneer je met de muis erover gaat */
    .blok2 {
        animation: rotate 0.7s linear  both infinite;
    }
    
    /* Keyframes voor rotatie */
    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
    .barrier {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 10px solid black; /* De rand waar niets buiten kan */
        box-sizing: border-box;
        
    }
    


    .flashbang1{
        display: block;
        position: absolute;
       left:0;
       top:0;
        z-index: 10;
     }
   
   

  


  body{
    overflow-x: hidden;
    overflow-y: hidden;
  }
    .neoncat1{
        display: block;
        height: 40%;
        width: auto;
        position: absolute;
        top: 20%;
        left: -10%;
        animation: neoncat1 7s infinite linear;
        z-index:10;
        
        
    }
  
    


    
   

    