.div1{
      background-color: yellow;
      height: 500px;
      width: 500px;
      border-radius: 500px;
      position: absolute;
      top: 200px;
      left: 500px;
}
.div2{
      background-color: black;
      height: 60px;
      width: 60px;
      border-radius: 60px;
      position: absolute;
      top: 300px;
      left: 650px;
}
.div3{
    background-color: black;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    position: absolute;
    top: 300px;
    left: 800px;
}
.div4{
      background-color: red;
      height: 120px;
      width: 200px;
      border-radius:  30px;
      position: absolute;
      top:450px;
      left: 650px;
}
.div5{
      background-color: white;
      height: 40px;
      width: 20px;
      border-radius: 5px;
      position: absolute;
      top: 460px;
      left: 660px;
}

.tandenonder{

.tandonder1{
    background-color: white;
    height: 40px;
    width: 20px;
    border-radius: 5px;
    position: absolute;
    top: 520px;
    left: 660px;
}
.tandonder2{background-color: white;
    height: 40px;
    width: 20px;
    border-radius: 5px;
    position: absolute;
    top: 520px;
    left: 680px;
}
.tandonder3{background-color: white;
    height: 40px;
    width: 20px;
    border-radius: 5px;
    position: absolute;
    top: 520px;
    left: 700px;
}
    .tandoner4{background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 520px;
        left: 720px;
    }
    .tandonder5{background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 520px;
        left: 740px;
    }
    .tandonder6{background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 520px;
        left: 760px;
    }
    .tandonder7{background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 520px;
        left: 780px;
    }
    .tandonder8{background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 520px;
        left: 800px;
    }
    .tandonder9{background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 520px;
        left: 820px;
    }
    .tandonder10{
        background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top:520px;
        left:720px;
    }
}
    .div15{background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 460px;
        left: 680px;
    }
    .div16{
        background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 460px;
        left: 700px;
        
    }
    .div17{
        background-color: white;
        height: 40px;
        width: 20px;
        border-radius: 5px;
        position: absolute;
        top: 460px;
        left: 720px
    }
        .div18{
            background-color: white;
            height: 40px;
            width: 20px;
            border-radius: 5px;
            position: absolute;
            top: 460px;
            left: 740px;
        }
        .div19{
            background-color: white;
            height: 40px;
            width: 20px;
            border-radius: 5px;
            position: absolute;
            top: 460px;
            left: 760px;
        }
        .div20{
            background-color: white;
            height: 40px;
            width: 20px;
            border-radius: 5px;
            position: absolute;
            top: 460px;
            left: 780px;
        }
        .div21{
            background-color: white;
            height: 40px;
            width: 20px;
            border-radius: 5px;
            position: absolute;
            top: 460px;
            left: 800px;
        }
        .div22{
            background-color: white;
            height: 40px;
            width: 20px;
            border-radius: 5px;
            position: absolute;
            top: 460px;
            left: 820px;
        }
        .tandvlees1{
                    height: 40px;
                    width: 180px;
                    background-color: brown;
                    position: absolute;
                    top: 460px;
                    left: 660px;
                    border-radius: 10px;

        }
        .tandvlees2{
            height: 40px;
            width: 180px;
            background-color: brown;
            position: absolute;
            top: 520px;
            left: 660px;
            border-radius: 10px;
        }
        .tandachtergrond1{
            height: 60px;
            width: 180px;
            background-color: black;
            position:absolute;
            top: 490px;
            left: 660px;
        }

        .tandenonder {
            width: 100px;
            height: 100px;
    
            position: relative;
            animation: mymove 5s infinite;
          }
          
          @keyframes mymove {
            0%   {top: 0px;}
            25%  {top: -10px;}
            75%  {top: -20px}
            100% {top: -10px;}
          }