
body {
background-color: rgb(255, 255, 255);
}

.blauw {
background-color: rgb(3, 78, 241);
height: 200px;
width: 200px; 
position: absolute;
top: 10px;
left: 10px;
border: 5px solid #000000;

}

.oranje {
background-color: rgb(241, 110, 3);
height: 200px;
width: 200px;
position: absolute;
top: 10px;
left: 210px;
border: 5px solid #000000;

}

.rood {
background-color: rgb(241, 3, 3);
height: 200px;
width: 400px;
position: absolute;
top: 10px;
left: 410px;
border: 5px solid #000000;

}

.groen {
background-color: rgb(3, 241, 15);
height: 200px;
width: 200px;
position: absolute;
top: 215px;
left: 10px;
border: 5px solid #000000;

}

.paars {
background-color: rgb(134, 3, 241);
height: 200px;
width: 200px;
position: absolute;
top: 215px;
left: 210px;
border: 5px solid #000000;

}

.geel {
background-color: rgb(255, 230, 0);
height: 200px;
width: 200px;
position: absolute;
top: 215px;
left: 410px;
border: 5px solid #000000;

}

.cyan {
background-color: rgb(0, 255, 221);
height: 400px;
width: 200px;
position: absolute;
top: 215px;
left: 610px;
border: 5px solid #000000;

}

.grijs {
background-color: rgb(189, 189, 189);
height: 200px;
width: 400px;
position: absolute;
top: 415px;
left: 10px;
border: 5px solid #000000;

}

.pink {
background-color: rgb(228, 21, 183);
height: 200px;
width: 195px;
position: absolute;
top: 415px;
left: 410px;
border: 5px solid #000000;

}

