img {
  width:50px;
}

#face{
   width:400px;
}
  
 #eyes1 {
   position: absolute;
    top:170px;
    left: 110px;
    width: 200px;
} 

#hair2 {
    position: absolute;
    top:70px;
    left:61px;
    width:300px;
}
  
#mouth1 {
    position: absolute;
   top:280px;
    left:100px;
    width:200px;
}
  
  
  
#nose2 {
  position: absolute;
  top:185px;
  left:135px;
  width:145px;  
}

#sunglasses {
    position: absolute;
    top:185px;
    left:135px;
    width:200px; 
}