#nl, #be, #jp, #swed{
    width: 300px;
    height: 150px;
    border: 2px solid black;
    position: relative;
}

#switz {
    width: 150px;
    height: 150px;
    border: 2px solid black;
    position: relative;
}

.red {
    background-color: rgb(157, 13, 13);
    width: 300px;
    height: 50px;
}

.white {
    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 50px;
}

.blue {
    background-color: rgb(46, 35, 131);
    width: 300px;
    height: 50px;
}

.black {
    background-color: rgb(0, 0, 0);
    width: 100px;
    height: 150px;
    position: absolute;
}

.yellow {
    background-color: yellow;
    width: 100px;
    height: 150px;
    margin-left: auto;
    position: absolute;
    margin-left: 100px ;
}
.red2 { 
    background-color: rgb(255, 0, 0);
    width: 100px;
    height: 150px;
    position: absolute;
    margin-left: 200px ;
}
.red3 {
    position: absolute;
    background-color: red;
    position: absolute;
    width: 100%;
    height: 100%;
}
.white1 {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 60%;
    height: 20%;
    margin-left: 30px;
    margin-top: 60px;
}
.white2 {
    position:relative;
    background-color: rgb(255, 255, 255);
    width: 20%;
    height: 60%;
    margin-left: 60px;
    margin-top: 30px;
}
.white3 {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
}
.red4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgb(255, 0, 0);
    width: 75px;
    height: 75px;
}
.blue2 {
    position: absolute;
    background-color: rgb(37, 107, 226);
    width: 100%;
    height: 100%;
}
.yellow2{ 
    position:absolute;
    background-color: rgb(229, 249, 48);
    width: 30px;
    height: 150px;
    margin-left: 25%;
}
    
.yellow3{
    position:absolute;
    background-color: rgb(229, 249, 4);
    width: 300px;
    height: 30px;
    margin-top: 55px;
}
    