img {
width: 50px;
}

#face{
    width: 400px;
}

#eyes1 {
    position: absolute;
    top: 175px;
    left: 85px;
    width: 245px;
}

#nose2{
    width: 70px;
    position: absolute;
    top: 250px;
    left: 170px;

}
#mouth1{
    width: 120px;
    position: absolute;
    top: 330px;
    left: 145px;

}
#hair1{
    width: 300px;
    position: absolute;
    top: 0px;
    left: 60px; 

}
#bowtie{
    width: 140px;
    position: absolute;
    top: 380px;
    left: 125px;

}














