img {
  width:50px;
}

#face{
  width:400px;
}
  
#eyes2 { 
  position: absolute;
  top:195px;
  left: 85px;
  width: 250px;
}
#mouth1 {
  position: absolute;
  top:300px;
  width: 200px;
  left: 100px;
}
#hat {
   position: absolute;
   width: 300px;
   top:0px;
   left: 60px;
}
#hair3 {
    position: absolute;
    top: 250px;
    width:200px;
    left:100px;
}

