#blockdrawing{
    float:left;
    width:200px;
    height:200px;
    background-color:#470000;
}
#blockdrawing a{
    color:white;
    font-size:2em;
    text-decoration:none;
    text-align:center;
}
#blockpaintings{
    float:left;
    width:200px;
    height:200px;
    background-color:#330043;
}
#blockdigital{
    float:left;
    width:200px;
    height:200px;
    background-color:#1a0069;
}
#blockstoryboard{
    float:left;
    width:200px;
    height:200px;
    background-color:#1a3f34;
}
.images{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}
.afbeelding{
    float:left;
    border-right-style:solid;
    border-right-color:black;
    border-right-width:8px;
}

