body{
    background-color: #5a7889;
}

#lamp, #geel, #bed, #roze, #deur{
    position:absolute;
}

#lamp, #bed, #deur{
    cursor:pointer;
    transition: all 1s;
}

/*lamp*/
#lamp{
    width: 193px;
    height: 370px;
    background-image: url(../img/lamp.png);
    left:120px;
    top:-280px;
}

#lamp:hover{
     top:-40px;
}



/*geel*/
#geel{
    width: 241px;
    height:142px;
    background-image: url(../img/geel.png);
    left:120px;
    bottom:90px;
}


/*bed*/
#bed{
    width: 330px;
    height:212px;
    background-image: url(../img/bed.png);
    left:80px;
    bottom:70px;
}

#bed:hover{
      bottom:200px;
}



/*roze*/
#roze{
    width: 208px;
    height:352px;
    background-image: url(../img/roze.png);
    right:80px;
    bottom:80px;
    
}


/*deur*/
#deur{
    width: 174px;
    height:271px;
    background-image: url(../img/deur.png);
    right:96px;
    bottom:110px;
}

#deur:hover{
    right:-60px;
}
