img {
   width:50px;
}

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

}
#bird {
    position: absolute;
    width:300px;
    top:100px;
    left:350px;
}
#crown {
    position: absolute;
    width:300px;
    top:0px;
    left:60px;
}
#mouth1 {
    position: absolute;
    width:150px;
    top:300px;
    left:130px;
}
#moustache {
    position: absolute;
    width:150px;
    top:240px;
    left:130px;
}
#ears2 {
    position: absolute;
    width:450px;
    top:140px;
    left:-20px;
}  
    
    
    
    
