@charset "utf-8";
/* CSS Document */

/* styling voor de hele site */
body {
    background-color: white; 
    font-family: 'Muli', sans-serif;
}

.layer1 {
    position:absolute; 
    width:500px; 
    height:501px; 
    z-index:1; 
    left: 100px; 
    top: 15px;
} 

.layer2 {
    position:absolute; 
    width:200px; 
    height:100px; 
    z-index:2; 
    left: 510px; 
    top: 433px;
    font-family: 'Muli', sans-serif;
} 

.layer3 {
    position:absolute; 
    width:220px; 
    height:30px; 
    z-index:3; 
    left: 190px; 
    top: 540px;
} 
 