img {
    width: 50px;
}

#face {
    width: 400px;
}

#eyes3 {
    position:absolute;
    top:180px;
    left:110px;
    width:200px;
}

#nose2 {
    position: absolute;
    top: 220px;
    left: 145px;
    width: 120px;
}

#mouth1 {
    position:absolute;
    top: 340px;
    left:130px;
    width:140px;
}

#hair1 {
    position:absolute;
    top:15px;
    left:62px;
    width:300px;
}

#bird {
    position:absolute;
    top:5px;                            
    left:130px;
    width:130px;
}

#moustache {
    position:absolute;
    top:300px;
    left:140px;
    width:120px;
}

#bowtie {
    position:absolute;
    top:380px;
    left:135px;
    width:150px;
}
    
