img {
    width: 50px;
}
#face {
    width: 400px;
}
#eyes1 {
    position: absolute;
    top:200px;
    left:100px;
    width:200px;
}
#hair2 {
    position: absolute;
    width: 300px;
    top: 70px;
    left: 50px;
}
#nose1 {
      position: absolute;
      width:70px;
      top:250px;
      left:160px;
}
#mouth2 {
    position: absolute;
    width:117px;
    top:335px; 
    left:145px;

}   

