#bol1{
    height: 400px;
    width: 200px;
    opacity: 80%;
    position: relative;
    background-color: rgb(128, 128, 195);
    margin: 0 auto;
    border-top-left-radius: 200px;
    border-bottom-left-radius:  200px;
 
}
 
#bol1:active{
    background-color: rgb(234, 255, 50);
}
 
#bol2{
    height: 400px;
    width: 200px;
    opacity: 50%;
    position: relative;
    background-color: rgb(164, 164, 193);
    position: relative;
    top: -18px;
    left: 200px;
    margin: 0 auto;
    border-top-right-radius:  200px;
    border-bottom-right-radius:  200px;
 
}
 
#bol2:active{
    background-color: rgb(232, 232, 103);
}
 
#onderkant1{
    height: 90px;
    width:  90px;
    position: relative;
    margin: 0 auto;
    background-color: rgb(70, 70, 75);
    left: 55px;
    bottom: 25px;
 
}
#onderkant2{
    height: 90px;
    width:90px;
    position: relative;
    margin: 0 auto;
    background-color: rgb(79, 80, 83);
    left: 145px;
    bottom:115px;
 
}
#onderkant3{
    height: 50px;
    width:  90px;
    position: relative;
    background-color: rgb(32, 32, 36);
    margin: 0 auto;
    left: 55px;
    bottom: 115px;
    border-radius: 0px 0px 0px 98px;
}
#onderkant4{
    height: 50px;
    width:90px;
    position: relative;
    background-color: rgb(51, 54, 64);
    margin: 0 auto;
    left: 145px;
    bottom:165px;
    border-radius: 0px 0px 98px 0px;
 
}
#onderkant5{
    height: 30px;
    width:30px;
    position: relative;
    background-color: rgb(51, 54, 64);
    margin: 0 auto;
    left: 115px;
    bottom:165px;
    border-radius: 0px 0px 98px 0px;
 
}
#onderkant6{
    height: 30px;
    width:30px;
    position: relative;
    background-color: rgb(32, 32, 36);
    margin: 0 auto;
    left: 85px;
    bottom:195px;
    border-radius: 0px 0px 0px 98px;
 
}
#binnenkant1 {
    height: 150px;
    width: 25px;
    background-color: rgb(110, 110, 132);
    position: relative;
    margin: 0 auto;
    top: 250px;
    left: -100px;
}
#binnenkant2 {
    border: 25px solid rgb(110, 110, 132);
    border-radius: 100px;
    height: 25px;
    width: 25px;
    position: relative;
    margin: 0 auto;
    top: -60px;
    left: -25px;
}
#binnenkant1:active{
    background-color: rgb(255, 255, 33);
}
#binnenkant2:active{
    border: 25px solid rgb(255, 255, 96);

}