img {
    width: 50px;
}

#face {
    width: 400px;
}

#moustache {
    position: absolute;
    top: 300px;
    left: 110px;
    width: 200px;
}
   
#sunglasses {
    position: absolute;
    top: 200px;
    left: 50px;
    width: 300px;
}
  
#hat {    
    position: absolute;
    top: 25px;
    left: 55px;
    width: 300px;
} 

#necklace {
    position: absolute;
    top: 370px;
    left: 55px;
    width: 300px;
}