.een {
    border: 1px solid black;
    width: 300px;
    height: 150px;
    background-color: white;
    box-shadow: 15px 10px rgb(99, 95, 95);
}

.twee {
    border: 1px solid black;
    width: 300px;
    height: 50px;
    background-color: rgb(181, 1, 1);
    
}

.drie {
    border: 1px solid black;
    width: 300px;
    height: 50px;
    background-color: white;
}

.vier {
    border: 1px solid black;
    width: 300px;
    height: 50px;
    background-color: rgb(2, 2, 131);

}


.bel1 {
    position: relative;
    left: 400px;
    bottom: 150px;
    border: 1px solid black;
    width: 300px;
    height: 200px;
    background-color: white;
    box-shadow: 15px 10px rgb(99, 95, 95);
}

.bel2 {
    border: 1px solid black;
    width: 100px;
    height: 200px;
    background-color: black
}

.bel3 {
    position: relative;
    left: 100px;
    bottom: 202px;
    border: 1px solid black;
    width: 100px;
    height: 200px;
    background-color: yellow;
}

.bel4 {
    position: relative;
    left: 200px;
    bottom: 404px;
    border: 1px solid black;
    width: 100px;
    height: 200px;
    background-color: red;

}

.zwit1 {
    border: 1px solid black;
    width: 300px;
    height: 150px;
    background-color: red;
    position: relative;
    box-shadow: 15px 10px rgb(99, 95, 95);
}

.zwit2 {
    border: 0px solid black;
    width: 30px;
    height: 90px;
    background-color: white;
    position: relative;
    top: 30px;
    left: 130px;
}

.zwit3 {
    border: 0px solid black;
    width: 90px;
    height: 30px;
    background-color: white;
    position: relative;
    bottom: 30px;
    left: 100px;
}

.jap1 {
    position: relative;
    left: 750px;
    bottom: 500px;
    border: 2px solid gray;
    width: 300px;
    height: 150px;
    background-color: white
    
}


.jap2 {
    position: relative;
    left: 110px;
    top: 40px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: red
}

.zwed1 {
    border: 1px solid black;
    width: 300px;
    height: 150px;
    background-color: rgb(0, 140, 255);
    position: relative;
    left: 400px;
    bottom: 300px;
    box-shadow: 15px 10px rgb(99, 95, 95);
}

.zwed2 {
    border: 0px solid black;
    width: 30px;
    height: 150px;
    background-color: yellow;
    position: relative;
    left: 80px;
}

.zwed3 {
    border: 0px solid black;
    width: 300px;
    height: 30px;
    background-color: yellow;
    position: relative;
    bottom: 85px;
}