#rondje1{
    height: 500px;
    width: 500px;
    background-color: yellow;
    border-radius: 500px;
    position: relative;
    top: 100px;
    left: 400px;

}

#oog{ 
height: 75px;
width: 75px;
background-color: black;
border-radius: 75px;
position: relative;
left: 700px;
top: -275px;
}


#oog2{ 
    height: 75px;
    width: 75px;
    background-color: black;
    border-radius: 75px;
    position: relative;
    left: 500px;
    top: -350px;
    }


#mond{
    height: 150px;
    width: 275px;
    background-color: rgb(255, 0, 0);
    border-radius: 20px;
    position: relative;
    top: -300px;
    left: 500px;    
 
}


#mond2{
    height: 125px;
    width: 253px;
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    position: relative;
    top: -435px;
    left: 512px;
   
}

#tandvlees1{
    height: 35px;
    width: 232px;
    border-radius: 10px;
    background-color: darkred;
    position: relative;
    top: -559px;
    left: 520px;
}

#tandvlees2{
    height: 35px;
    width: 232px;
    border-radius: 10px;
    background-color: darkred;
    position: relative;
    top: -508px;
    left: 520px;
}

#tand1{
    height: 50px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    top: -630px;
    left: 515px;
}

#tand2{
    height: 50px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    top: -680px;
    left: 550px;
}

#tand3{
    height: 50px;
    width: 45px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    top: -730px;
    left: 585px;
}

#tand4{
    height: 50px;
    width: 45px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    top: -780px;
    left: 630px;
}

#tand5{
    height: 50px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    top: -830px;
    left: 675px;
}

#tand6{
    height: 50px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    top: -880px;
    left: 715px;
}

#tand7{
    height: 50px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: relative;
    top: -656px;
    left: 515px;
}

#tand8{
    height: 50px;
    width: 35px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    position: relative;
    top: -500px;
    left: 300px;
}

#tand9{
    height: 50px;
    width: 35px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    position: relative;
    top: -500px;
    left: 300px;
}

#tand10{
    height: 50px;
    width: 35px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    position: relative;
    top: -500px;
    left: 300px;
}

#tand11{
    height: 50px;
    width: 35px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    position: relative;
    top: -500px;
    left: 300px;
}

#tand12{
    height: 50px;
    width: 35px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    position: relative;
    top: -500px;
    left: 300px;
}



    #tandenboven{
        width: 100px;
        height: 100px;
        background: rgb(255, 255, 255);
        position: relative;
        animation: move 5s infinite;
    }

    @keyframes move {
        0% {top: 0px;}
        25% {top: -30px;}
        50% {top: 10px}
    }

    #tandenonder{
        width: 100px;
        height: 100px;
        background-color: white;
        position: relative;
        animation: move2 5s infinite;
    }

    @keyframes move2{
        0% {top: 0px;}
        25% {top: 30px;}
        50% {top: -10px;}
    }

