a {
    font-size: 30px;
    font-family: cursive;
    margin: 50px;
}
a:hover {
    color: orchid;
}

.outside-link {
    position: fixed;
    bottom: 20px;
    right: 50px;
    color: green;
    font-family: 'Courier New', Courier, monospace;
}



.apple{
    position: absolute;
    top:200px;
    right:600px;
    transform:translate(-50%,-50%); 
    animation: orbit2 0.002s forwards infinite;
    }
    
    
    @-webkit-keyframes orbit2 {
        from {  -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
        to   {  -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
    }

.staal{
    width: 100%;
    height: 100%; 
    position: absolute;
   left: 0;
    top: 0;
}
 
.wormeen{
    width: 200px;
    height:200px;
    position: fixed;
    right:750px;
    top:250px;
}
.wormtwee{
    width: 200px;
    height:100px;
    position: fixed;
    right:500px;
    top:300px;
}

p{font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: greenyellow;
    position: absolute;
    right: 530px;
    top: 540px;
}

p1{font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: greenyellow;
    position: absolute;
    right: 530px;
    top: 420px;
}
p3{font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: greenyellow;
    position: absolute;
    right: 400px;
    top: 290px;
}

.seed{
    width: 200px;
    height:100px;
    position: fixed;
    right:900px;
    top:280px;
}
.seed1{
    width: 200px;
    height:100px;
    position: fixed;
    right:100px;
    top:600px;
}
.achtergond{
    width: 100%;
    height: 100%;
    position: fixed;
    right:0px;
    top:0px;
}
.worm3{
    width: 800px;
    height:800px;
    position: fixed;
    right:300px;
    top:100px;
    transform:translate(-50%,-50%); 
    animation: orbit2 2s forwards infinite;
    }
    
    
    @-webkit-keyframes orbit2 {
        from {  -webkit-transform: rotate(0deg) translateX(150px) rotate(0deg); }
        to   {  -webkit-transform: rotate(360deg) translateX(150px) rotate(-360deg); }
    }



p4{font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: greenyellow;
    position: absolute;
    right: 300px;
    top: 80px;
}